From: KrupaNagabhushan Date: Thu, 4 Mar 2021 12:15:35 +0000 (+0000) Subject: Fix declare input button when checked/unchecked properties X-Git-Tag: 1.8.4~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F119131%2F2;p=sdc.git Fix declare input button when checked/unchecked properties Issue-ID: SDC-3502 Signed-off-by: KrupaNagabhushan Change-Id: I24424ddc4d7027dcef3c09ee24d3ec82dbdcc5d9 --- diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts index 74e2680b80..8cdc761ed4 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts @@ -841,8 +841,6 @@ export class PropertiesAssignmentComponent { handleReverseItem = (changedItem) => { changedItem = changedItem; this.propertiesUtils.resetPropertyValue(changedItem, changedItem.value); - this.checkedPropertiesCount = 0; - this.checkedChildPropertiesCount = 0; }; } else if (this.isInputsTabSelected) { handleReverseItem = (changedItem) => { @@ -879,10 +877,6 @@ export class PropertiesAssignmentComponent { title: 'Saved' }); if(onSuccessFunction) onSuccessFunction(); - if(this.isPropertiesTabSelected){ - this.checkedPropertiesCount = 0; - this.checkedChildPropertiesCount = 0; - } }, () => { this.Notification.error({