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
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Resource</string> </value> <value> <string>Product</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
281 283
\ 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