Bug 1383 Error when consulting NS instance's topology
[osm/NG-UI.git] / src / app / utilities / ns-packages-action / NsPackagesActionComponent.ts
index 6e7fbfb..18f3e5a 100644 (file)
@@ -109,7 +109,7 @@ export class NsPackagesActionComponent {
       'Cache-Control': 'no-cache, no-store, must-revalidate, max-age=0'
     });
     this.nsdID = this.value.identifier;
-    this.nsdName = this.value.shortName;
+    this.nsdName = this.value.name;
   }
 
   /** Instantiate NS using modalservice @public */