Commit 818dd922 authored by Jérome Perrin's avatar Jérome Perrin

fix TALES, relation field needs to have a list of tuple for portal_type

parent c221a41f
......@@ -60,6 +60,10 @@
<key> <string>catalog_index</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -196,7 +200,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: context.getPortalResourceTypeList()</string> </value>
<value> <string>python: [(x, x) for x in context.getPortalResourceTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
654
\ No newline at end of file
655
\ 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