Merge "Notification Cancel Action Plan"

This commit is contained in:
Jenkins
2017-10-10 13:12:02 +00:00
committed by Gerrit Code Review
14 changed files with 800 additions and 19 deletions

View File

@@ -153,7 +153,10 @@ class NotificationAction(BaseWatcherEnum):
PLANNER = 'planner'
EXECUTION = 'execution'
ALL = (CREATE, UPDATE, EXCEPTION, DELETE, STRATEGY, PLANNER, EXECUTION)
CANCEL = 'cancel'
ALL = (CREATE, UPDATE, EXCEPTION, DELETE, STRATEGY, PLANNER, EXECUTION,
CANCEL)
class NotificationPriorityField(BaseEnumField):