Commit 6b6f9417 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert "erp5_project: Do not pass unhandled parameters to catalog."

This reverts commit 0fc02acc.

selection_report is actually a legal ZSQLCatalog parameter.
selection is not, but there are more instances of its usage, so cleanup
will be in a separate commit.
parent 84d9d959
......@@ -70,7 +70,7 @@ if kw.has_key(\'simulation_state\') and len(kw[\'simulation_state\']) > 0 :\n
sql_kw[\'simulation_state\'] = kw[\'simulation_state\']\n
\n
task_list = [x.getObject() for x in \\\n
context.portal_catalog(\n
context.portal_catalog(selection=selection, selection_report=selection_report, \n
portal_type=\'Task\',\n
source_project_uid = source_project_uid_list,\n
**sql_kw)]\n
......
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