mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Add feature for notifications to trigger on job start
This commit is contained in:
@@ -386,6 +386,12 @@ class NotificationFieldsModel(BaseModel):
|
||||
related_name='%(class)s_notification_templates_for_success'
|
||||
)
|
||||
|
||||
notification_templates_started = models.ManyToManyField(
|
||||
"NotificationTemplate",
|
||||
blank=True,
|
||||
related_name='%(class)s_notification_templates_for_started'
|
||||
)
|
||||
|
||||
notification_templates_any = models.ManyToManyField(
|
||||
"NotificationTemplate",
|
||||
blank=True,
|
||||
|
||||
Reference in New Issue
Block a user