Commit 88cf4ff5 authored by Aurel's avatar Aurel

add a datetime on alarm's tag thus notify only refer to one alarm


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ea99e8c
......@@ -305,7 +305,7 @@ class Alarm(XMLObject, PeriodicityMixin):
# able to notify the user after all processes are ended
# We do some inspection to keep compatibility
# (because fixit and tag were not set previously)
tag='Alarm_activeSense_%s' % self.getId()
tag='Alarm_activeSense_%s_%s' % (self.getId(), DateTime())
kw = {}
method = getattr(self, method_id)
name_list = method.func_code.co_varnames
......
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