Commit 6255a862 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add one more dependency to wait for related order's expand.

parent a65e1bb1
...@@ -61,8 +61,9 @@ path_and_method_id = (path, (\'immediateReindexObject\',\'recursiveImmediateRein ...@@ -61,8 +61,9 @@ path_and_method_id = (path, (\'immediateReindexObject\',\'recursiveImmediateRein
activate_kw = {\'tag\':expand_tag,\'priority\':3}\n activate_kw = {\'tag\':expand_tag,\'priority\':3}\n
after_tag_list = [expand_tag]\n after_tag_list = [expand_tag]\n
if related_order is not None:\n if related_order is not None:\n
# XXX is it really required?\n related_order_path = related_order.getPath()\n
after_tag_list.append(\'%s_expand\' % related_order.getPath())\n after_tag_list.append(\'%s_expand\' % related_order_path)\n
after_tag_list.append(\'%s_updateAppliedRule\' % related_order_path)\n
\n \n
packing_list.activate(after_tag=after_tag_list,\n packing_list.activate(after_tag=after_tag_list,\n
tag=tag,\n tag=tag,\n
......
1135 1136
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment