Commit b995a39f authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_core: show workflow id in portal type workflow assignement field.

parent 31f7745d
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in here.getPortalObject().portal_catalog(portal_type="Workflow")]</string> </value>
<value> <string>python: [(x.getId(), x.getId()) for x in here.getPortalObject().portal_workflow.objectValues()]</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