mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Removing references to 'any' state notifications
This commit is contained in:
@@ -392,13 +392,6 @@ class NotificationFieldsModel(BaseModel):
|
||||
related_name='%(class)s_notification_templates_for_started'
|
||||
)
|
||||
|
||||
notification_templates_any = models.ManyToManyField(
|
||||
"NotificationTemplate",
|
||||
blank=True,
|
||||
related_name='%(class)s_notification_templates_for_any'
|
||||
)
|
||||
|
||||
|
||||
|
||||
def prevent_search(relation):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user