Commit 0e531211 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix duplicate selection names.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 766aac92
......@@ -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>
......@@ -16,6 +13,7 @@
<string>all_columns</string>
<string>columns</string>
<string>portal_types</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
......@@ -186,6 +184,10 @@
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>software_licence_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -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>css_class</string>
<string>portal_types</string>
<string>search_columns</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
......@@ -166,6 +164,10 @@
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>software_product_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
71
\ No newline at end of file
72
\ 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