From 81b78121b31671576aa9c7fa8b83081e6bc8730b Mon Sep 17 00:00:00 2001 From: Chris Church Date: Fri, 26 Jul 2013 18:52:48 -0400 Subject: [PATCH] Add user to summary fields. --- awx/main/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/serializers.py b/awx/main/serializers.py index e694293b27..4a3bc6f6a0 100644 --- a/awx/main/serializers.py +++ b/awx/main/serializers.py @@ -24,7 +24,7 @@ BASE_FIELDS = ('id', 'url', 'related', 'summary_fields', 'created', 'name', # objects that if found we should add summary info for them SUMMARIZABLE_FKS = ( '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 SUMMARIZABLE_FIELDS = (