mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Add user to summary fields.
This commit is contained in:
@@ -24,7 +24,7 @@ BASE_FIELDS = ('id', 'url', 'related', 'summary_fields', 'created', 'name',
|
|||||||
# objects that if found we should add summary info for them
|
# objects that if found we should add summary info for them
|
||||||
SUMMARIZABLE_FKS = (
|
SUMMARIZABLE_FKS = (
|
||||||
'organization', 'host', 'group', 'inventory', 'project', 'team', 'job',
|
'organization', 'host', 'group', 'inventory', 'project', 'team', 'job',
|
||||||
'job_template', 'credential', 'permission',
|
'job_template', 'credential', 'permission', 'user',
|
||||||
)
|
)
|
||||||
# fields that should be summarized regardless of object type
|
# fields that should be summarized regardless of object type
|
||||||
SUMMARIZABLE_FIELDS = (
|
SUMMARIZABLE_FIELDS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user