mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Add messages field
This commit is contained in:
@@ -4125,7 +4125,8 @@ class NotificationTemplateSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = NotificationTemplate
|
||||
fields = ('*', 'organization', 'notification_type', 'notification_configuration')
|
||||
fields = ('*', 'organization', 'notification_type', 'notification_configuration', 'messages')
|
||||
|
||||
|
||||
type_map = {"string": (str,),
|
||||
"int": (int,),
|
||||
|
||||
Reference in New Issue
Block a user