Fixed defect CCSDK-1299 02/87502/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 9 May 2019 14:01:42 +0000 (19:31 +0530)
committerDan Timoney <dtimoney@att.com>
Sat, 11 May 2019 19:43:35 +0000 (19:43 +0000)
fixed defect ccsdk-1299

Issue-ID: CCSDK-1299
Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
(cherry picked from commit 8d54e79801fd583a0642abfc6f28b4a97d1bed84)

cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts

index 7fd4ef0..ffe6902 100644 (file)
@@ -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');