Fix - Declare Output button disabled after saving a default value 23/136123/2
authorJvD_Ericsson <jeff.van.dam@est.tech>
Mon, 9 Oct 2023 10:40:45 +0000 (11:40 +0100)
committerMichael Morris <michael.morris@est.tech>
Tue, 10 Oct 2023 13:33:20 +0000 (13:33 +0000)
Issue-ID: SDC-4649
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ie58fcafb4d9fbeaea155947dc88b677dc37fcd87

catalog-ui/src/app/ng2/pages/attributes-outputs/attributes-outputs.page.component.ts

index 6dc8abf..c94a345 100644 (file)
@@ -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;
         },