summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-05-09 19:31:42 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-05-09 19:34:41 +0530
commit8d54e79801fd583a0642abfc6f28b4a97d1bed84 (patch)
tree4803aa549ce81ebacf7d261f1e661d5bba038d13 /cds-ui/client/src/app/feature-modules/blueprint/modify-template
parent0924c4da768d1119a17936933606a38de6526b52 (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>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template')
-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');