diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-13 12:48:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 12:48:58 +0000 |
commit | c49bf289519a3592e4c25c0ecb825c342c86ed59 (patch) | |
tree | e3352a272ff248290937351dc82e75bd5c190d39 | |
parent | d694dc373a8ce773008261045e52787d4fcd5085 (diff) | |
parent | 5aeb5cf8cf5bac49210049be56290f223cc9b3ea (diff) |
Merge "Fixed defect CCSDK-1299" into dublin
-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'); |