Commit 8840b2ae authored by Jérome Perrin's avatar Jérome Perrin

administration: include_active active process to display results when running

When running this alarm by hand, we do not want to wait.

(cherry picked from commit a5a2d3a7)

Conflicts:
	bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Alarm_getConsistencyCheckReportLineList.py
parent 3f48e34b
......@@ -56,7 +56,7 @@
"""\n
\n
if active_process is None:\n
active_process = context.getLastActiveProcess()\n
active_process = context.getLastActiveProcess(include_active=True)\n
else:\n
active_process = context.getPortalObject().restrictedTraverse(active_process)\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