Commit 35cf0042 authored by Romain Courteaud's avatar Romain Courteaud

Change column order.

Fix searchable columns

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdc173ab
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>all_columns</string> </key> <key> <string>all_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -163,23 +163,23 @@ ...@@ -163,23 +163,23 @@
<string>End Date</string> <string>End Date</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_title</string> <string>destination_decision_title</string>
<string>Location</string> <string>Requested by</string>
</tuple> </tuple>
<tuple> <tuple>
<string>source_title</string> <string>source_title</string>
<string>Assigned to</string> <string>Assigned to</string>
</tuple> </tuple>
<tuple> <tuple>
<string>destination_decision_title</string> <string>destination_title</string>
<string>Requested By</string> <string>Location</string>
</tuple> </tuple>
<tuple> <tuple>
<string>total_quantity</string> <string>total_quantity</string>
<string>Total</string> <string>Total</string>
</tuple> </tuple>
<tuple> <tuple>
<string>quantity_unit_title</string> <string>task_line_quantity_unit_title</string>
<string>Unit</string> <string>Unit</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>domain_root_list</string> </key> <key> <string>domain_root_list</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -201,11 +201,11 @@ ...@@ -201,11 +201,11 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>domain_tree</string> </key> <key> <string>domain_tree</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>report_root_list</string> </key> <key> <string>report_root_list</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -250,11 +250,11 @@ ...@@ -250,11 +250,11 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>report_tree</string> </key> <key> <string>report_tree</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>search_columns</string> </key> <key> <string>search_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -277,21 +277,13 @@ ...@@ -277,21 +277,13 @@
<string>destination_title</string> <string>destination_title</string>
<string>Location</string> <string>Location</string>
</tuple> </tuple>
<tuple>
<string>source_title</string>
<string>Assigned to</string>
</tuple>
<tuple> <tuple>
<string>destination_decision_title</string> <string>destination_decision_title</string>
<string>Requested By</string> <string>Requested by</string>
</tuple>
<tuple>
<string>total_quantity</string>
<string>Total</string>
</tuple> </tuple>
<tuple> <tuple>
<string>quantity_unit_title</string> <string>source_title</string>
<string>Unit</string> <string>Assigned to</string>
</tuple> </tuple>
<tuple> <tuple>
<string>translated_simulation_state_title</string> <string>translated_simulation_state_title</string>
...@@ -301,11 +293,11 @@ ...@@ -301,11 +293,11 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>task_report_module_selection</string> </value> <value> <string>task_report_module_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -320,7 +312,7 @@ ...@@ -320,7 +312,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Task Reports</string> </value> <value> <string>Task Reports</string> </value>
</item> </item>
</dictionary> </dictionary>
......
411 413
\ 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