Commit 0fc02acc authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_project: Do not pass unhandled parameters to catalog.

parent 6da9bbeb
......@@ -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(selection=selection, selection_report=selection_report, \n
context.portal_catalog(\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