Commit 429d7497 authored by Romain Courteaud's avatar Romain Courteaud

Update scripts, as selection name was changed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a51c34ad
......@@ -74,7 +74,7 @@ domain_list = []\n
if depth == 0:\n
category_list = [ ]\n
for i in context.portal_selections.getSelectionValueList(context=context,\n
selection_name= \'task_selection\'):\n
selection_name= \'task_module_selection\'):\n
category_list.extend([j for j in i.getSourceValueList() if j not in category_list])\n
\n
\n
......
......@@ -70,8 +70,8 @@
<key> <string>_body</string> </key>
<value> <string># Get the Object showed at List Box \n
return context.portal_selections.getSelectionValueList(context=context, \n
REQUEST=context.REQUEST, \n
selection_name=\'task_selection\')\n
REQUEST=context.REQUEST, \n
selection_name=\'task_module_selection\')\n
</string> </value>
</item>
<item>
......
371
\ No newline at end of file
372
\ 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