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