From 8b612f5c490d5d798971fadebe9a6c955df1d082 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 23 Mar 2010 19:18:39 +0000 Subject: [PATCH] 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 --- .../Delivery_viewSolveDivergenceDialog/listbox_solver.xml | 2 +- bt5/erp5_simulation/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/Delivery_viewSolveDivergenceDialog/listbox_solver.xml b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/Delivery_viewSolveDivergenceDialog/listbox_solver.xml index f1ff7fb707..0d012d94ad 100644 --- a/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/Delivery_viewSolveDivergenceDialog/listbox_solver.xml +++ b/bt5/erp5_simulation/SkinTemplateItem/portal_skins/erp5_simulation/Delivery_viewSolveDivergenceDialog/listbox_solver.xml @@ -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> diff --git a/bt5/erp5_simulation/bt/revision b/bt5/erp5_simulation/bt/revision index 9cd72aa941..e77a96349c 100644 --- a/bt5/erp5_simulation/bt/revision +++ b/bt5/erp5_simulation/bt/revision @@ -1 +1 @@ -72 \ No newline at end of file +73 \ No newline at end of file -- 2.30.9