From efeeeefd4c0011ff2164253eeec85ff641c5f79f Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Thu, 15 Sep 2022 07:54:46 -0400 Subject: [PATCH] Removing labels and instance_groups from the job serializer page as top level items (still in summary fields) --- awx/api/serializers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/api/serializers.py b/awx/api/serializers.py index e8f5876c94..b4a9f33dd9 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -3042,9 +3042,6 @@ class JobSerializer(UnifiedJobSerializer, JobOptionsSerializer): 'webhook_service', 'webhook_credential', 'webhook_guid', - # TODO: Do we want these here or just in the summary fields? - 'labels', - 'instance_groups', ) def get_related(self, obj):