Commit f231ac72 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Revert "Change listbox to get the start_date from movement because the...

Revert "Change listbox to get the start_date from movement because the start_date is updated when the object is created. To be possible display the datetime customized the listbox_delivery_start_date was renamed to listbox_movement_start_date to follow the column used. One test was updated because name of the tag was changed"

This reverts commit 5424c208.

In this case, the test should be fixed instead of the proxieson erp5_core

Conflicts:

	bt5/erp5_ui_test/bt/revision
	product/ERP5/bootstrap/erp5_core/bt/revision
parent e48da313
......@@ -152,7 +152,7 @@
</tr>\n
<tr>\n
<td>type</td>\n
<td>listbox_movement.start_date</td>\n
<td>listbox_start_date</td>\n
<td>2009/01/01</td>\n
</tr>\n
<tr>\n
......
699
\ No newline at end of file
700
......@@ -79,8 +79,8 @@
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_movement_start_date</string>
<string>listbox_movement_stop_date</string>
<string>listbox_delivery_start_date</string>
<string>listbox_delivery_stop_date</string>
</list>
</value>
</item>
......
......@@ -11,7 +11,6 @@
<value>
<list>
<string>anchor</string>
<string>columns</string>
<string>lines</string>
<string>list_action</string>
<string>list_method</string>
......@@ -115,33 +114,6 @@
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>translated_portal_type</string>
<string>Type</string>
</tuple>
<tuple>
<string>movement.start_date</string>
<string>Start Date</string>
</tuple>
<tuple>
<string>constant_string_field</string>
<string>Constant</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox</string> </value>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_movement_start_date</string> </value>
<value> <string>listbox_delivery_start_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_movement_stop_date</string> </value>
<value> <string>listbox_delivery_stop_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
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