aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-10-09 11:40:45 +0100
committerMichael Morris <michael.morris@est.tech>2023-10-10 13:33:20 +0000
commit98513d2be1f1c5f0fba48a972dea297b784aec68 (patch)
treeb5b0d343ce9e9dbd9abc05d78703ca1f531aa78a
parent660e0f2604dacf43f6aaa9480b521e61d2a2d9b2 (diff)
Fix - Declare Output button disabled after saving a default value
Issue-ID: SDC-4649 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: Ie58fcafb4d9fbeaea155947dc88b677dc37fcd87
-rw-r--r--catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts1
1 files changed, 1 insertions, 0 deletions
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;
},