mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 09:47:43 +02:00
eqms-1576: hide region in ws selector for a regular user (#9231)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -193,8 +193,10 @@
|
||||
{#if isArchivingMode(ws.mode)}
|
||||
- <Label label={presentation.string.Archived} />
|
||||
{/if}
|
||||
{#if ws.region != null && ws.region !== ''}
|
||||
- ({ws.region})
|
||||
{#if isAdmin}
|
||||
{#if ws.region != null && ws.region !== ''}
|
||||
- ({ws.region})
|
||||
{/if}
|
||||
{/if}
|
||||
{#if isAdmin && ws.lastVisit != null && ws.lastVisit !== 0}
|
||||
<div class="text-sm">
|
||||
|
||||
Reference in New Issue
Block a user