Commit 94883c3c authored by Łukasz Nowak's avatar Łukasz Nowak

Post merge: make expand work like old way.

parent 35405651
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <string>delivery = context.getParentValue()\n <value> <string>delivery = context.getParentValue()\n
if context.getPortalObject().portal_activities.countMessage(path=delivery.getPath()) == 0:\n if context.getPortalObject().portal_activities.countMessage(path=delivery.getPath()) == 0:\n
delivery.serialize()\n delivery.serialize()\n
delivery.updateSimulation(expand_root=1)\n delivery.updateSimulation(expand_root=1, expand_related=1)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
500 501
\ 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