Commit efb199b8 authored by Łukasz Nowak's avatar Łukasz Nowak

- resources for Container are resources (getPortalResourceTypeList), which...

 - resources for Container are resources (getPortalResourceTypeList), which are using use category configured in system preferences (getPreferredPackingUseList)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28938 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f64ccf9a
...@@ -247,14 +247,24 @@ ...@@ -247,14 +247,24 @@
</item> </item>
<item> <item>
<key> <string>parameter_list</string> </key> <key> <string>parameter_list</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>proxy_listbox_ids</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>relation_form_id</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>relation_setter_id</string> </key> <key> <string>relation_setter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -298,6 +308,14 @@ ...@@ -298,6 +308,14 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>allow_creation</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allow_jump</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -316,6 +334,10 @@ ...@@ -316,6 +334,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>container_getter_id</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -386,6 +408,14 @@ ...@@ -386,6 +408,14 @@
<key> <string>max_length</string> </key> <key> <string>max_length</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>max_linelength</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>max_lines</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>parameter_list</string> </key> <key> <string>parameter_list</string> </key>
<value> <value>
...@@ -403,6 +433,16 @@ ...@@ -403,6 +433,16 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>proxy_listbox_ids</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>relation_form_id</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>relation_setter_id</string> </key> <key> <string>relation_setter_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -474,7 +514,23 @@ ...@@ -474,7 +514,23 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: map( lambda x: (x,x), here.getPortalContainerTypeList())</string> </value> <value> <string>python: ((\'use_relative_url\',here.portal_preferences.getPreferredPackingUseList()),)</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: map( lambda x: (x,x), here.getPortalResourceTypeList())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
734 735
\ 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