| commit | 063a3f1741d0cb20d5ee80590339fec54ab1acdd | [log] [tgz] |
|---|---|---|
| author | Barath Kumar R <barath.r@tataelxsi.co.in> | Tue Dec 29 16:35:09 2020 +0530 |
| committer | Barath Kumar R <barath.r@tataelxsi.co.in> | Mon Jan 11 10:28:42 2021 +0530 |
| tree | b4825c9bd05aad13d2e784ce378481aaf9becb79 | |
| parent | 79971eb04102e22baa15da92888bed74899e7d90 [diff] [blame] |
Bug 1383 Error when consulting NS instance's topology * SOL006 Descriptor topology changes Change-Id: I79afb00dfb54ce2c9dc02c0c4b7bbe435b07a915 Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/app/utilities/ns-packages-action/NsPackagesActionComponent.ts b/src/app/utilities/ns-packages-action/NsPackagesActionComponent.ts index 6e7fbfb..18f3e5a 100644 --- a/src/app/utilities/ns-packages-action/NsPackagesActionComponent.ts +++ b/src/app/utilities/ns-packages-action/NsPackagesActionComponent.ts
@@ -109,7 +109,7 @@ '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 */