Commit a5a2d3a7 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.
parent b4321199
......@@ -4,7 +4,7 @@
"""
if active_process is None:
active_process = context.getLastActiveProcess()
active_process = context.getLastActiveProcess(include_active=True)
else:
active_process = context.getPortalObject().restrictedTraverse(active_process)
......
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