From 704f42ac8dbca2a1c261f320cfd4ed8089eaf1db Mon Sep 17 00:00:00 2001 From: Eltanany Shaaban Date: Tue, 15 Dec 2020 16:58:27 +0200 Subject: Fixing script text editor window that closes suddenly Issue-ID: CCSDK-3049 Signed-off-by: Eltanany Shaaban Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350 --- .../configuration-dashboard/configuration-dashboard.component.html | 4 ++-- .../configuration-dashboard/configuration-dashboard.component.ts | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 3efc68838..b0f6a34ca 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -734,7 +734,7 @@ role="tab" aria-controls="nav-imports" aria-selected="false">DEFINITIONS EXTERNAL SYSTEM AUTHENTICATION PROPERTIES + aria-selected="false">DSL PROPERTIES Topology Template @@ -860,4 +860,4 @@ - \ No newline at end of file + diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts index b3894fe94..c69bf1b5f 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts @@ -252,8 +252,6 @@ export class ConfigurationDashboardComponent extends ComponentCanDeactivate impl this.packageCreationStore.addTopologyTemplate(this.cbaPackage.templateTopology); this.formTreeData(); this.enrichPackage(); - this.designerStore.clear(); - this.packageCreationStore.clear(); } -- cgit 1.2.3-korg