Commit 68786fdf authored by Łukasz Nowak's avatar Łukasz Nowak

- use after_path_and_method_id and after_tag combo instead of after_method_id


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29649 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ccd2f43
......@@ -123,7 +123,8 @@ if builder_by_ptype.has_key(delivery_portal_type) :\n
tag = \'invoice_transaction_build_%s\' % delivery.getRelativeUrl()\n
builder.activate(\n
activity=\'SQLQueue\',\n
after_method_id=method_id_list,\n
after_path_and_method_id=(delivery.getPath(), method_id_list),\n
after_tag=delivery.getPath() + \'_updateAppliedRule\',\n
tag=tag,\n
activate_kw=dict(tag=tag)).build(activate_kw=dict(tag=tag),\n
explanation_uid=explanation_uid_list)\n
......
988
\ No newline at end of file
989
\ 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