Commit 5e9317fe authored by iv's avatar iv

ERP5Workflow: add possibility to choose no destination state in Transition view

parent 4711f1b2
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getRelativeUrl()) for x in here.getParent().contentValues(filter={\'portal_type\': \'State\'})]</string> </value>
<value> <string>python: [(x.getTitle(), x.getRelativeUrl()) for x in here.getParentValue().objectValues(portal_type=\'State\')] + [\'\']</string> </value>
</item>
</dictionary>
</pickle>
......
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