mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Adds Teams Access List and tests
This commit is contained in:
@@ -2306,6 +2306,7 @@ class RoleSerializer(BaseSerializer):
|
||||
content_model = obj.content_type.model_class()
|
||||
ret['summary_fields']['resource_type'] = get_type_for_model(content_model)
|
||||
ret['summary_fields']['resource_type_display_name'] = content_model._meta.verbose_name.title()
|
||||
ret['summary_fields']['resource_id'] = obj.object_id
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user