Commit a84123d6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* fix SolverProcess_view form so as to display correct informations of target...

* fix SolverProcess_view form so as to display correct informations of target solver and delivery solver.
* fix SolverProcess_viewTargetSolverList so as to display correct informations of target solvers.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30486 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05f47d3e
......@@ -93,7 +93,7 @@
<value>
<list>
<string>listbox_delivery_solver</string>
<string>listbox_target_solver</string>
<string>listbox_solver</string>
</list>
</value>
</item>
......
......@@ -377,7 +377,7 @@
<string>Delivery Solver</string>
</tuple>
<tuple>
<string>target_solver</string>
<string>solver</string>
<string>Target Solver</string>
</tuple>
<tuple>
......@@ -428,7 +428,7 @@
<string>Delivery Solver</string>
</tuple>
<tuple>
<string>target_solver</string>
<string>solver</string>
<string>Target Solver</string>
</tuple>
</list>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_target_solver</string> </value>
<value> <string>listbox_solver</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -157,7 +157,9 @@
</item>
<item>
<key> <string>items</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>required</string> </key>
......@@ -255,7 +257,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>decisions_delivery_solver</string> </value>
<value> <string>Target Solver</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......@@ -271,4 +273,20 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:zip(cell.getCausalityValue().getSolverTitleList(), cell.getCausalityValue().getSolverList())</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -119,7 +119,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>SolverTool_viewSolverProcessList</string> </value>
<value> <string>SolverProcess_viewTargetSolverList</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......
......@@ -112,7 +112,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
<value> <string>my_view_mode_listbox</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......@@ -153,7 +153,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getPortalTargetSolverTypeList()</string> </value>
<value> <string>python:[(x, x) for x in here.getPortalTargetSolverTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
15
\ No newline at end of file
16
\ 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