Commit 2e9fafd7 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_km: WebSite_getWorklistSettingsFor compatibility modification.

parent bcd5acce
......@@ -66,7 +66,7 @@ except:\n
return {}\n
\n
# If this is a worklist action, read the worklist definition\n
worklist = getattr(workflow.worklists, action[\'worklist_id\'])\n
worklist = workflow.getWorklistValueList()[action[\'worklist_id\']]\n
for varkey in worklist.getVarMatchKeys():\n
kw[varkey] = worklist.getVarMatch(varkey)\n
\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