Commit 8c71ffb9 authored by Fabien Morin's avatar Fabien Morin

forget to commit this line in r34214

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34220 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfbf3dd3
......@@ -53,7 +53,9 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>category_list = request.get(\'field_my_membership_criterion_base_category_list\', [])\n
<value> <string># XXX the name of this script is bad as the context is not a predicate\n
\n
category_list = request.get(\'field_my_membership_criterion_base_category_list\', [])\n
if not same_type(category_list, []):\n
category_list = [category_list]\n
multimembership_criterion_base_category_list = request.get(\'field_my_multimembership_criterion_base_category_list\', [])\n
......
1544
\ No newline at end of file
1546
\ 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