Add messages field

This commit is contained in:
Jim Ladd
2019-08-14 10:25:25 -07:00
parent efbaf46179
commit cb411cc3be
4 changed files with 35 additions and 1 deletions

View File

@@ -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,),