Commit edc79947 authored by Jérome Perrin's avatar Jérome Perrin

fix portal types

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20663 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20216b3b
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>description</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>
...@@ -215,7 +219,7 @@ ...@@ -215,7 +219,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: [(x, x) for x in (list(here.getPortalProductTypeList()) + list(here.getPortalServiceTypeList()))]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
64 66
\ 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