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

- allow to chose only Components and Products

- change title of resource field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22133 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de003e8f
......@@ -59,7 +59,7 @@
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -73,13 +73,13 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<key> <string>portal_type</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
......@@ -89,7 +89,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
......@@ -134,7 +134,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Resource</string> </value>
<value> <string>Product</string> </value>
</item>
</dictionary>
</value>
......@@ -185,7 +185,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: map( lambda x: (x,x), here.getPortalResourceTypeList())</string> </value>
<value> <string>python: map( lambda x: (x,x), here.getPortalProductTypeList())</string> </value>
</item>
</dictionary>
</pickle>
......
281
\ No newline at end of file
283
\ 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