Commit f45f0d3f authored by Romain Courteaud's avatar Romain Courteaud

Selection name was changed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4eaa80f3
......@@ -80,7 +80,7 @@ if depth == 0:\n
else:\n
category_list = [ ]\n
for i in context.portal_selections.getSelectionValueList(context=context,\n
selection_name=\'task_selection\'):\n
selection_name=\'task_report_module_selection\'):\n
category_list.extend([j for j in i.getSourceProjectValueList(portal_type=["Project Line", "Project Milestones"]) \\\n
if (j not in category_list) and ( j.getParentRelativeUrl() in parent.getMembershipCriterionCategoryList()) ])\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_report_selection\')\n
REQUEST=context.REQUEST, \n
selection_name=\'task_report_module_selection\')\n
</string> </value>
</item>
<item>
......
384
\ No newline at end of file
385
\ 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