Fixed defect CCSDK-1299 60/87360/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 9 May 2019 14:01:42 +0000 (19:31 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Thu, 9 May 2019 14:04:41 +0000 (19:34 +0530)
fixed defect ccsdk-1299

Issue-ID: CCSDK-1299
Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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');