mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #2755 from ryanpetrello/fix-2751
fix up a minor OAuth2 token serializer nit
This commit is contained in:
commit
ad38bfbbe5
@ -78,7 +78,7 @@ DEFAULT_SUMMARY_FIELDS = ('id', 'name', 'description')# , 'created_by', 'modifie
|
||||
SUMMARIZABLE_FK_FIELDS = {
|
||||
'organization': DEFAULT_SUMMARY_FIELDS,
|
||||
'user': ('id', 'username', 'first_name', 'last_name'),
|
||||
'application': ('id', 'name', 'client_id'),
|
||||
'application': ('id', 'name'),
|
||||
'team': DEFAULT_SUMMARY_FIELDS,
|
||||
'inventory': DEFAULT_SUMMARY_FIELDS + ('has_active_failures',
|
||||
'total_hosts',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user