From 3b3d1d60cbd5ae60e63811bbd871113f0c9107a9 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Mon, 14 Mar 2022 12:20:47 +0200 Subject: [PATCH] RED-3595 -> Remove multi select for justification if you are not in dev mode --- .../justifications-screen.component.html | 6 +++--- .../justifications-screen.component.ts | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html index 80a96d3d8..8ad7ac075 100644 --- a/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/justifications/justifications-screen/justifications-screen.component.html @@ -3,7 +3,7 @@ [headerTemplate]="headerTemplate" [itemSize]="80" [noDataText]="'justifications-listing.no-data.title' | translate" - [selectionEnabled]="true" + [selectionEnabled]="canUpdateJustifications" [tableColumnConfigs]="tableColumnConfigs" noDataIcon="iqser:document" > @@ -11,7 +11,7 @@