NG-UI Bug 1136 - Unable to execute NS level primitive
[osm/NG-UI.git] / src / app / utilities / ns-instances-action / NSInstancesActionComponent.ts
index 8bf43ce..6ccfb1e 100644 (file)
@@ -146,7 +146,8 @@ export class NSInstancesActionComponent {
   public execNSPrimitiveModal(): void {
     this.modalService.open(NSPrimitiveComponent).componentInstance.params = {
       memberIndex: this.value.memberIndex,
-      nsConfig: this.value.nsConfig
+      nsConfig: this.value.nsConfig,
+      name: this.value.NsdName
     };
   }