From: JvD_Ericsson Date: Mon, 9 Oct 2023 10:40:45 +0000 (+0100) Subject: Fix - Declare Output button disabled after saving a default value X-Git-Tag: 1.13.6~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdc.git;a=commitdiff_plain;h=98513d2be1f1c5f0fba48a972dea297b784aec68 Fix - Declare Output button disabled after saving a default value Issue-ID: SDC-4649 Signed-off-by: JvD_Ericsson Change-Id: Ie58fcafb4d9fbeaea155947dc88b677dc37fcd87 --- diff --git a/catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts b/catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts index 6dc8abfa4d..c94a345a2a 100644 --- a/catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts +++ b/catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts @@ -655,6 +655,7 @@ export class AttributesOutputsComponent { if (this.isAttributesTabSelected) { this.checkedAttributesCount = 0; } + this.instanceFeAttributesMap[this.selectedInstanceData.uniqueId].forEach(prop => prop.isSelected = false); this.hasChangedData = false; this.isValidChangedData = false; },