Commit 462a5f3b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

updateAppliedRule can be triggered with '(path)_firstUpdateAppliedRule' tag.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33721 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3fff01c
......@@ -56,7 +56,7 @@
<value> <string>delivery = context\n
delivery_path = delivery.getPath()\n
path_and_method_id = (delivery_path, (\'immediateReindexObject\',\'recursiveImmediateReindexObject\'))\n
after_tag = delivery_path + \'_expand\'\n
after_tag = (delivery_path + \'_firstUpdateAppliedRule\', delivery_path + \'_expand\')\n
tag = delivery_path + \'_updateAppliedRule\'\n
\n
priority = 3\n
......
698
\ No newline at end of file
699
\ 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