Commit 35fbfdcb authored by Vincent Pelletier's avatar Vincent Pelletier

Allow to filter and sort by site.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16920 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ac163f7
...@@ -472,7 +472,20 @@ ...@@ -472,7 +472,20 @@
<item> <item>
<key> <string>search_columns</string> </key> <key> <string>search_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>start_date</string>
<string>Date</string>
</tuple>
<tuple>
<string>site_title</string>
<string>Site</string>
</tuple>
<tuple>
<string>translated_simulation_state_title</string>
<string>State</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -497,6 +510,10 @@ ...@@ -497,6 +510,10 @@
<string>start_date</string> <string>start_date</string>
<string>Date</string> <string>Date</string>
</tuple> </tuple>
<tuple>
<string>site_title</string>
<string>Site</string>
</tuple>
<tuple> <tuple>
<string>translated_simulation_state_title</string> <string>translated_simulation_state_title</string>
<string>State</string> <string>State</string>
......
363 364
\ 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