aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-11 19:43:22 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-11 19:43:22 +0000
commit1bfd44ec0b1ebcfb5d1c12e71de76a9bf4860de9 (patch)
tree6750fb19e306140138409416677723f128485bf0
parentc42000581122d0580dce2f038be1b10af9cb3e64 (diff)
parent8d54e79801fd583a0642abfc6f28b4a97d1bed84 (diff)
Merge "Fixed defect CCSDK-1299"
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.ts1
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');