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 @@
<list>
<string>hide_rows_on_no_search_criterion</string>
<string>portal_types</string>
<string>selection_name</string>
<string>sort</string>
</list>
</value>
......@@ -97,6 +98,10 @@
<list/>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>latest_changed_document_list_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
......
1592
\ No newline at end of file
1593
\ No newline at end of file
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
......@@ -17,6 +14,7 @@
<string>editable_columns</string>
<string>hide_rows_on_no_search_criterion</string>
<string>portal_types</string>
<string>selection_name</string>
<string>sort</string>
</list>
</value>
......@@ -168,6 +166,10 @@
<list/>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>latest_addition_document_list_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
......@@ -191,10 +193,7 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
......
983
\ No newline at end of file
984
\ 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