Commit a6d94325 authored by Julien Muchembled's avatar Julien Muchembled

Idem [27721].

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27748 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6bf37b2
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context = state_change[\'object\']\n <value> <string>context = state_change[\'object\']\n
context.activate().updateCausalityState()\n activate_kw = state_change[\'kwargs\'].get(\'activate_kw\') or {}\n
context.activate(**activate_kw).updateCausalityState()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -65,7 +66,7 @@ context.activate().updateCausalityState()\n ...@@ -65,7 +66,7 @@ context.activate().updateCausalityState()\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change,**kw</string> </value> <value> <string>state_change</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -92,10 +93,11 @@ context.activate().updateCausalityState()\n ...@@ -92,10 +93,11 @@ context.activate().updateCausalityState()\n
<value> <value>
<tuple> <tuple>
<string>state_change</string> <string>state_change</string>
<string>kw</string>
<string>_getitem_</string> <string>_getitem_</string>
<string>context</string> <string>context</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>activate_kw</string>
<string>_apply_</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
155 156
\ No newline at end of file \ 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