From: Arundathi Patil Date: Mon, 11 Mar 2019 11:51:30 +0000 (+0530) Subject: Blueprint Name changes X-Git-Tag: 0.4.2~202^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2ab06cb919fb98babcdf3c247dbd567653057aae;p=ccsdk%2Fcds.git Blueprint Name changes Saved blueprint name to store Issue-ID: CCSDK-1135 Change-Id: I6009e8fdffd7d41abf33774d37631e14e68fe69e Signed-off-by: Arundathi Patil --- diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts index 02253820f..1ce33f6ab 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts @@ -81,6 +81,7 @@ export class SearchTemplateComponent implements OnInit { let data: IBlueprint = this.activationBlueprint ? JSON.parse(this.activationBlueprint.toString()) : this.activationBlueprint; let blueprintState = { blueprint: data, + name: this.blueprintName, files: this.tree, filesData: this.paths }