Commit ff10f571 authored by Yusei Tahara's avatar Yusei Tahara

Fixed wrong delegated proxy field.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a4edbb3
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ProxyField</string>
<string>ProxyField</string>
</tuple>
<none/>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -16,12 +13,10 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>catalog_index</string>
<string>title</string>
<string>default_module</string>
<string>portal_type</string>
<string>base_category</string>
<string>items</string>
<string>portal_type</string>
<string>catalog_index</string>
</list>
</value>
</item>
......@@ -71,12 +66,6 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......@@ -89,11 +78,11 @@
<value>
<dictionary>
<item>
<key> <string>base_category</string> </key>
<key> <string>base_category</string> </key>
<value> <string>source</string> </value>
</item>
<item>
<key> <string>catalog_index</string> </key>
<key> <string>catalog_index</string> </key>
<value> <string>title</string> </value>
</item>
<item>
......@@ -109,7 +98,7 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
......@@ -124,7 +113,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Resources</string> </value>
</item>
</dictionary>
......
462
\ No newline at end of file
463
\ 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