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