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 @@
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_start_date</string>
<string>listbox_stop_date</string>
<string>listbox_delivery_start_date</string>
<string>listbox_delivery_stop_date</string>
</list>
</value>
</item>
......
......@@ -2,7 +2,10 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
......@@ -16,7 +19,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_start_date</string> </value>
<value> <string>listbox_delivery_start_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -2,7 +2,10 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
......@@ -16,7 +19,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_stop_date</string> </value>
<value> <string>listbox_delivery_stop_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
781
\ No newline at end of file
782
\ 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