Commit 8af4e4e5 authored by Łukasz Nowak's avatar Łukasz Nowak

Pass and reuse tag.

parent 4323bacc
......@@ -61,6 +61,7 @@ kw.update(\n
\n
context.getPortalObject().portal_catalog.searchAndActivate(\n
method_id=\'SimulationMovement_buildVifib\',\n
method_kw={\'tag\': tag},\n
activate_kw={\'tag\': tag, \'priority\': 4},\n
**kw\n
)\n
......
......@@ -60,13 +60,14 @@ portal.portal_catalog.searchAndActivate(\n
portal_type=\'Business Link\',\n
parent_uid=[portal.business_process_module.vifib_sale_business_process.getUid(), portal.business_process_module.vifib_purchase_business_process.getUid()],\n
method_id=\'build\',\n
method_kw={\'path\': \'%s/%%\' % root_applied_rule.getPath()}\n
method_kw={\'path\': \'%s/%%\' % root_applied_rule.getPath()},\n
activity_kw={\'tag\': tag}\n
)\n
</string> </value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>tag</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
582
\ No newline at end of file
583
\ 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