From a5f9506f49c978812ecbb178d2cc66337e5d9cf5 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 6 Mar 2023 23:41:34 -0500 Subject: [PATCH] spelling add allow_override to source_project --- awx/api/serializers.py | 2 +- .../Inventory/InventorySourceDetail/InventorySourceDetail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]} />