Commit 509185c2 authored by Jérome Perrin's avatar Jérome Perrin

this workflow script was accessing context


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10971 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80d31762
...@@ -75,7 +75,7 @@ packing_list = state_change.object\n ...@@ -75,7 +75,7 @@ packing_list = state_change.object\n
\n \n
\n \n
activate_kw = {}\n activate_kw = {}\n
related_order = context.getCausalityValue()\n related_order = packing_list.getCausalityValue()\n
after_path_list = []\n after_path_list = []\n
if related_order is not None:\n if related_order is not None:\n
after_path_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n after_path_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
......
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