From 1882380466bbdefeff8ce51da825f16cb21ce184 Mon Sep 17 00:00:00 2001 From: AhmedEldeeb50 Date: Sat, 2 May 2020 18:06:36 +0200 Subject: Package > Temp&Mapp: View Issue-ID: CCSDK-2324 Signed-off-by: AhmedEldeeb50 Change-Id: I39b3a84893d048a6186f6daf4195c20dbcdb98b9 --- .../template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts index 372fbca03..448899019 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.ts @@ -17,6 +17,7 @@ export class TemplMappListingComponent implements OnInit { private templates: Template; private mapping: Mapping; isCreate = true; + currentFile: string; constructor( private packageCreationStore: PackageCreationStore, @@ -72,6 +73,7 @@ export class TemplMappListingComponent implements OnInit { } setSourceCodeEditor(key: string) { + this.currentFile = key; const templateKey = 'Templates/' + key + '-template.vtl'; this.packageCreationStore.state$.subscribe(cba => { console.log('cba ------'); -- cgit 1.2.3-korg