Commit e0510f55 authored by Romain Courteaud's avatar Romain Courteaud

Do not associate Category as destination and destination_section.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20074 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e22a482a
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -81,11 +78,11 @@ ...@@ -81,11 +78,11 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string>destination_section</string> </value> <value> <string>destination_section</string> </value>
</item> </item>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
<value> <string>title</string> </value> <value> <string>title</string> </value>
</item> </item>
<item> <item>
...@@ -97,17 +94,13 @@ ...@@ -97,17 +94,13 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>Organisation</string> <string>Organisation</string>
<string>Organisation</string> <string>Organisation</string>
</tuple> </tuple>
<tuple>
<string>Category</string>
<string>Category</string>
</tuple>
<tuple> <tuple>
<string>Person</string> <string>Person</string>
<string>Person</string> <string>Person</string>
...@@ -120,7 +113,7 @@ ...@@ -120,7 +113,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Billable Client</string> </value> <value> <string>Billable Client</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -16,10 +13,10 @@ ...@@ -16,10 +13,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>catalog_index</string>
<string>title</string> <string>title</string>
<string>portal_type</string>
<string>base_category</string> <string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -81,11 +78,11 @@ ...@@ -81,11 +78,11 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>base_category</string> </key> <key> <string>base_category</string> </key>
<value> <string>destination</string> </value> <value> <string>destination</string> </value>
</item> </item>
<item> <item>
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
<value> <string>title</string> </value> <value> <string>title</string> </value>
</item> </item>
<item> <item>
...@@ -97,17 +94,13 @@ ...@@ -97,17 +94,13 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>Organisation</string> <string>Organisation</string>
<string>Organisation</string> <string>Organisation</string>
</tuple> </tuple>
<tuple>
<string>Category</string>
<string>Category</string>
</tuple>
<tuple> <tuple>
<string>Person</string> <string>Person</string>
<string>Person</string> <string>Person</string>
...@@ -120,7 +113,7 @@ ...@@ -120,7 +113,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Project Location</string> </value> <value> <string>Project Location</string> </value>
</item> </item>
</dictionary> </dictionary>
......
452 455
\ 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