Commit 6a4e0731 authored by Ivan Tyagov's avatar Ivan Tyagov

Be explicit and do not allow conflicting selection names.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39099 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ffd5684
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<list> <list>
<string>hide_rows_on_no_search_criterion</string> <string>hide_rows_on_no_search_criterion</string>
<string>portal_types</string> <string>portal_types</string>
<string>selection_name</string>
<string>sort</string> <string>sort</string>
</list> </list>
</value> </value>
...@@ -97,6 +98,10 @@ ...@@ -97,6 +98,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>latest_changed_document_list_selection</string> </value>
</item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
......
1592 1593
\ No newline at end of file \ No newline at end of file
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -17,6 +14,7 @@ ...@@ -17,6 +14,7 @@
<string>editable_columns</string> <string>editable_columns</string>
<string>hide_rows_on_no_search_criterion</string> <string>hide_rows_on_no_search_criterion</string>
<string>portal_types</string> <string>portal_types</string>
<string>selection_name</string>
<string>sort</string> <string>sort</string>
</list> </list>
</value> </value>
...@@ -168,6 +166,10 @@ ...@@ -168,6 +166,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>latest_addition_document_list_selection</string> </value>
</item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
...@@ -191,10 +193,7 @@ ...@@ -191,10 +193,7 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
983 984
\ 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