Commit 3f46d029 authored by Łukasz Nowak's avatar Łukasz Nowak

Make alarm running once per moment.

parent a855cd61
......@@ -71,6 +71,8 @@ if query_string is not None:\n
kw.update(parent_uid=[portal.restrictedTraverse(module).getUid() for module in context.getProperty(\'module_list\') or []])\n
\n
portal.portal_catalog.searchAndActivate(method_id=\'Base_checkAlarmConsistency\', method_kw={\'fixit\': fixit, \'active_process\': active_process}, activate_kw={\'tag\':tag, \'priority\': 8}, **kw)\n
\n
context.activate(after_tag=tag).getId()\n
]]></string> </value>
......
143
\ No newline at end of file
144
\ No newline at end of file
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