From 3590385c9cf916878213d497cafbc743592e6ec0 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Thu, 25 May 2023 20:49:49 +0300 Subject: [PATCH] RED-6713: fix headings & dont remove tenant on logout --- .../filter-card/filter-card.component.html | 4 +- src/lib/tenants/services/tenants.service.ts | 4 ++ .../tenant-select.component.html | 34 +++++----- .../tenant-select.component.scss | 64 +++++++++---------- .../tenant-select/tenant-select.component.ts | 35 +++++++--- src/lib/users/services/iqser-user.service.ts | 7 +- 6 files changed, 80 insertions(+), 68 deletions(-) diff --git a/src/lib/filtering/filter-card/filter-card.component.html b/src/lib/filtering/filter-card/filter-card.component.html index 2d3d48a..e27226d 100644 --- a/src/lib/filtering/filter-card/filter-card.component.html +++ b/src/lib/filtering/filter-card/filter-card.component.html @@ -61,7 +61,7 @@ -
+
@@ -87,7 +87,7 @@
-
+
t.tenantId === tenantId); + } + #setActiveTenantId(tenantId: string) { this.#logger.info('[TENANTS] Set current tenant id: ', tenantId); this.#activeTenantId.set(tenantId); diff --git a/src/lib/tenants/tenant-select/tenant-select.component.html b/src/lib/tenants/tenant-select/tenant-select.component.html index d5e4668..fc3a833 100644 --- a/src/lib/tenants/tenant-select/tenant-select.component.html +++ b/src/lib/tenants/tenant-select/tenant-select.component.html @@ -1,4 +1,4 @@ -
+