Commit 9a724b66 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add one more dependency to wait for causality document's expand.

parent 6255a862
......@@ -60,7 +60,9 @@ after_tag = [expand_tag]\n
# wait for expand activities of related documents.\n
# XXX ideally, it should be calculated by explanation tree, instead of causalities.\n
for causality in delivery.getCausalityValueList():\n
after_tag.append(\'%s_expand\' % causality.getPath())\n
causality_path = causality.getPath()\n
after_tag.append(\'%s_expand\' % causality_path)\n
after_tag.append(\'%s_updateAppliedRule\' % causality_path)\n
\n
priority = 3\n
activate_kw = { \n
......
161
\ No newline at end of file
162
\ 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