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

erp5_workflow: show before/after script ID instead of their Titles in transition view.

parent df415931
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in here.getParent().objectValues()]</string> </value>
<value> <string>python: [(x.getId(), x.getId()) for x in here.getParent().objectValues()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in here.getParent().objectValues()]</string> </value>
<value> <string>python: [(x.getId(), x.getId()) for x in here.getParent().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