Commit 9b7afddf authored by Romain Courteaud's avatar Romain Courteaud

Selection name was changed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18127 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b043e1d
...@@ -81,7 +81,7 @@ if depth == 0:\n ...@@ -81,7 +81,7 @@ if depth == 0:\n
# XXX this is usefull but Breaks the edition\n # XXX this is usefull but Breaks the edition\n
#elif depth == 1:\n #elif depth == 1:\n
# category_list = context.portal_selections.getSelectionValueList(context=context,\n # category_list = context.portal_selections.getSelectionValueList(context=context,\n
# selection_name= \'task_report_selection\')\n # selection_name= \'task_report_module_selection\')\n
\n \n
\n \n
else:\n else:\n
......
...@@ -74,7 +74,7 @@ domain_list = []\n ...@@ -74,7 +74,7 @@ domain_list = []\n
if depth == 0:\n if depth == 0:\n
category_list = [ ]\n category_list = [ ]\n
for i in context.portal_selections.getSelectionValueList(context=context,\n for i in context.portal_selections.getSelectionValueList(context=context,\n
selection_name= \'task_report_selection\'):\n selection_name= \'task_report_module_selection\'):\n
category_list.extend([j for j in i.getSourceValueList() if j not in category_list])\n category_list.extend([j for j in i.getSourceValueList() if j not in category_list])\n
\n \n
\n \n
......
...@@ -74,7 +74,7 @@ domain_list = []\n ...@@ -74,7 +74,7 @@ domain_list = []\n
if depth == 0:\n if depth == 0:\n
category_list = [ ]\n category_list = [ ]\n
for i in context.portal_selections.getSelectionValueList(context=context,\n for i in context.portal_selections.getSelectionValueList(context=context,\n
selection_name= \'task_report_selection\'):\n selection_name= \'task_report_module_selection\'):\n
category_list.extend([j for j in i.getSourceProjectValueList(portal_type="Project") if j not in category_list])\n category_list.extend([j for j in i.getSourceProjectValueList(portal_type="Project") if j not in category_list])\n
\n \n
else:\n else:\n
......
373 374
\ No newline at end of file \ 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