Blueprint Name changes 30/81930/1
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 11 Mar 2019 11:51:30 +0000 (17:21 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Mon, 11 Mar 2019 11:51:37 +0000 (17:21 +0530)
Saved blueprint name to store

Issue-ID: CCSDK-1135
Change-Id: I6009e8fdffd7d41abf33774d37631e14e68fe69e
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.ts

index 0225382..1ce33f6 100644 (file)
@@ -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
     }