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 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string>
<string>portal_type</string>
<string>title</string>
</list>
</value>
</item>
......@@ -63,10 +63,6 @@
<key> <string>catalog_index</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -143,19 +139,13 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<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>
</dictionary>
</pickle>
......
539
\ No newline at end of file
540
\ 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