From 2ab06cb919fb98babcdf3c247dbd567653057aae Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 11 Mar 2019 17:21:30 +0530 Subject: Blueprint Name changes Saved blueprint name to store Issue-ID: CCSDK-1135 Change-Id: I6009e8fdffd7d41abf33774d37631e14e68fe69e Signed-off-by: Arundathi Patil --- .../select-template/search-template/search-template.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/client/src/app') 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 } -- cgit 1.2.3-korg