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 @@
<item>
<key> <string>search_columns</string> </key>
<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>
</item>
<item>
......@@ -497,6 +510,10 @@
<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>
......
363
\ No newline at end of file
364
\ 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