diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-05-09 19:31:42 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-05-11 19:43:35 +0000 |
commit | 5aeb5cf8cf5bac49210049be56290f223cc9b3ea (patch) | |
tree | 29ff7710465b713ad3fd6bdcdbe4774d57a2558c /cds-ui | |
parent | 364a86215cd6824ff673d53c276899ccef24b4a8 (diff) |
Fixed defect CCSDK-1299
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)
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |