Commit 6d40925d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now start_date column is 'delivery.start_date', so listbox_start_date should...

now start_date column is 'delivery.start_date', so listbox_start_date should be named as listbox_delivery_start_date. same for stop_date. this change will fix following failures in erp5_project_ui_test functional tests.
* project_zuite/testSearchByStartDate
* project_zuite/testSortByStartDate


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11ed4c31
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list> <list>
<string>listbox_start_date</string> <string>listbox_delivery_start_date</string>
<string>listbox_stop_date</string> <string>listbox_delivery_stop_date</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/> <tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -16,7 +19,7 @@ ...@@ -16,7 +19,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_start_date</string> </value> <value> <string>listbox_delivery_start_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/> <tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -16,7 +19,7 @@ ...@@ -16,7 +19,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_stop_date</string> </value> <value> <string>listbox_delivery_stop_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
781 782
\ No newline at end of file \ 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