Commit 299eff12 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Additional comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f54de89
......@@ -277,6 +277,13 @@ class NotificationTool(BaseTool):
event.send() # Make sure workflow transition is invoked if this is
# a persistent notification
# Aggregation could be handled by appending the notification
# to an existing message rather than creating a new one.
# Sending the message should be handled by the alarm based
# on a date value stored on the event. This probably required
# a new workflow state to represent events which are waiting
# for being sent automatically. (ie. scheduled sending)
security.declareProtected(Permissions.AccessContentsInformation, 'getNotifierList')
def getNotifierList(self):
"""
......
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