Commit a0d813b6 authored by Tristan Cavelier's avatar Tristan Cavelier

FormBox: migrate all *Solver_*FormBox `cell` to `here`

to fit to the new behavior related to these changes :
- 2c74e408
- a40266af
parent a40266af
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'value\', None)</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'value\', None)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyListDict().values()[0]</string> </value> <value> <string>python:here.getConfigurationPropertyListDict().values()[0]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getCausalityValue().getTestedPropertyList()</string> </value> <value> <string>python:here.getCausalityValue().getTestedPropertyList()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value> <value> <string>python:here.getDefaultConfigurationPropertyListDict().keys()[0:1]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'start_date\', here.getStartDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'start_date\', here.getDeliveryValue().getDeliveryValue().getStartDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'stop_date\', here.getStopDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'stop_date\', here.getDeliveryValue().getDeliveryValue().getStopDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'delivery_solver\', None)</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'delivery_solver\', None)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:[(here.Base_translateString(x.getSolverActionTitle() or \'\'), x.getId()) for x in cell.searchDeliverySolverList()]</string> </value> <value> <string>python:[(here.Base_translateString(x.getSolverActionTitle() or \'\'), x.getId()) for x in here.searchDeliverySolverList()]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'start_date\', here.getStartDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'start_date\', here.getDeliveryValue().getDeliveryValue().getStartDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:cell.getConfigurationPropertyDict().get(\'stop_date\', here.getStopDate())</string> </value> <value> <string>python:here.getConfigurationPropertyDict().get(\'stop_date\', here.getDeliveryValue().getDeliveryValue().getStopDate())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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