Commit cf20cb49 authored by Nicolas Delaby's avatar Nicolas Delaby

Add Portal Item Type List for follow_up

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44315 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e2d85d8
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>base_category</string> <string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string> <string>catalog_index</string>
<string>portal_type</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -63,10 +63,6 @@ ...@@ -63,10 +63,6 @@
<key> <string>catalog_index</string> </key> <key> <string>catalog_index</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -143,19 +139,13 @@ ...@@ -143,19 +139,13 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:zip(here.getPortalProjectTypeList() + here.getPortalTicketTypeList())</string> </value> <value> <string>python:zip(here.getPortalProjectTypeList() + here.getPortalTicketTypeList() + here.getPortalItemTypeList())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
539 540
\ 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