From 1a44b54447c2764f43d2d42f7830b85057ad0065 Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Thu, 4 Mar 2021 12:15:35 +0000 Subject: Fix declare input button when checked/unchecked properties Issue-ID: SDC-3502 Signed-off-by: KrupaNagabhushan Change-Id: I24424ddc4d7027dcef3c09ee24d3ec82dbdcc5d9 --- .../properties-assignment/properties-assignment.page.component.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'catalog-ui') 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({ -- cgit 1.2.3-korg