From 8d54e79801fd583a0642abfc6f28b4a97d1bed84 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Thu, 9 May 2019 19:31:42 +0530 Subject: [PATCH] Fixed defect CCSDK-1299 fixed defect ccsdk-1299 Issue-ID: CCSDK-1299 Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323 Signed-off-by: Arundathi Patil --- .../feature-modules/blueprint/modify-template/editor/editor.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts index 7fd4ef07a..ffe69029b 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts @@ -426,6 +426,7 @@ export class EditorComponent implements OnInit { if (this.validfile) { this.fetchTOSACAMetadata(); + this.filesData = this.paths; this.tree = this.arrangeTreeData(this.paths); } else { alert('Please update proper file with TOSCA metadata'); -- 2.16.6