Node filters not loading while editing the select directive list 54/127854/2
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>
Wed, 16 Mar 2022 17:06:10 +0000 (17:06 +0000)
committerMichael Morris <michael.morris@est.tech>
Wed, 16 Mar 2022 19:29:11 +0000 (19:29 +0000)
Issue-ID: SDC-3922
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: If01b2c467bfcc046ee103fb5c69600dc43568424

catalog-ui/src/app/ng2/components/logic/service-dependencies/service-dependencies.component.ts

index 70d545a..cdb1cd8 100644 (file)
@@ -242,6 +242,7 @@ export class ServiceDependenciesComponent {
         const rulesListOrig = this.componentInstancesConstraints;
         this.constraintProperties = [];
         this.constraintCapabilities = [];
+        this.loadNodeFilter();
         this.updateComponentInstance(this.isDependent, rulesListOrig);
     }