mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge branch 'devel' of github.com:ansible/ansible-tower into merge-devel
This commit is contained in:
commit
c6c176cb5c
@ -2164,7 +2164,7 @@ class NotifierSerializer(BaseSerializer):
|
||||
"bool": (bool,),
|
||||
"list": (list,),
|
||||
"password": (str, unicode),
|
||||
"object": (dict,)}
|
||||
"object": (dict, OrderedDict)}
|
||||
|
||||
def to_representation(self, obj):
|
||||
ret = super(NotifierSerializer, self).to_representation(obj)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user