Commit c6bcac5e authored by Sebastien Robin's avatar Sebastien Robin

erp5_core: use parallel list field in portal type view instead of multilistfield (fixed some tales)

parent 5fc35f66
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getAvailableBaseCategoryList</string> </value>
<value> <string>python: [(x, x) for x in here.getAvailableBaseCategoryList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getAvailableGroupList</string> </value>
<value> <string>python: [(x, x) for x in here.getAvailableGroupList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getAvailablePropertySheetList</string> </value>
<value> <string>python: [(x, x) for x in here.getAvailablePropertySheetList()]</string> </value>
</item>
</dictionary>
</pickle>
......
41135
\ No newline at end of file
41136
\ 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