Commit 8b612f5c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

display solver_action_title in Divergence Resolution column in the divergence solving dialog.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e16da9d3
......@@ -155,7 +155,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:[(\'Do Nothing\', \'\')] + zip(cell.getCausalityValue().getSolverTitleList(), cell.getCausalityValue().getSolverList())</string> </value>
<value> <string>python:[(\'Do Nothing\', \'\')] + [(x.getSolverActionTitle() or x.getTitleOrId(), x.getRelativeUrl()) for x in cell.getCausalityValue().getSolverValueList()]</string> </value>
</item>
</dictionary>
</pickle>
......
72
\ No newline at end of file
73
\ 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