diff --git a/awx/api/serializers.py b/awx/api/serializers.py index 054180b51e..892c7dd68a 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -156,7 +156,7 @@ SUMMARIZABLE_FK_FIELDS = { 'default_environment': DEFAULT_SUMMARY_FIELDS + ('image',), 'execution_environment': DEFAULT_SUMMARY_FIELDS + ('image',), 'project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type', 'allow_override'), - 'source_project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type'), + 'source_project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type', 'allow_override'), 'project_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed'), 'credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud', 'kubernetes', 'credential_type_id'), 'signature_validation_credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'credential_type_id'), diff --git a/awx/ui/src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.js b/awx/ui/src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.js index 513a6fc473..cf5d1354af 100644 --- a/awx/ui/src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.js +++ b/awx/ui/src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.js @@ -235,7 +235,7 @@ function InventorySourceDetail({ inventorySource }) { value={VERBOSITY()[verbosity]} />