From: Arundathi Patil Date: Thu, 9 May 2019 14:01:42 +0000 (+0530) Subject: Fixed defect CCSDK-1299 X-Git-Tag: 0.4.3~12^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F02%2F87502%2F1;p=ccsdk%2Fcds.git Fixed defect CCSDK-1299 fixed defect ccsdk-1299 Issue-ID: CCSDK-1299 Change-Id: Ie0e02564cbf62fdc8314086d70bc3b7b38122323 Signed-off-by: Arundathi Patil (cherry picked from commit 8d54e79801fd583a0642abfc6f28b4a97d1bed84) --- 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');