From 1babd3480297293fd96a0aeb773b26341b22b737 Mon Sep 17 00:00:00 2001 From: "CITE\\amentis" Date: Tue, 15 Oct 2024 12:12:08 +0300 Subject: [PATCH] ui fix --- .../description-status-editor.component.html | 5 ++--- .../plan-status-editor/plan-status-editor.component.html | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html b/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html index dcd94d5ad..fefcfc24c 100644 --- a/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html +++ b/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html @@ -88,8 +88,7 @@
- {{'DESCRIPTION-STATUS-EDITOR.FIELDS.ROLES' | translate}} * - {{'GENERAL.VALIDATION.REQUIRED' | translate }} + {{'DESCRIPTION-STATUS-EDITOR.FIELDS.ROLES' | translate}} {{enumUtils.toAppRoleString(userRole)}} @@ -99,7 +98,7 @@
- {{'DESCRIPTION-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}} *{{'GENERAL.VALIDATION.REQUIRED' | translate }} + {{'DESCRIPTION-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}} {{enumUtils.toPlanUserRoleString(planRole)}} diff --git a/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html b/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html index 0fcdab54d..b9bce3ebc 100644 --- a/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html +++ b/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html @@ -86,9 +86,7 @@
- {{'PLAN-STATUS-EDITOR.FIELDS.ROLES' | translate}} -  *{{'GENERAL.VALIDATION.REQUIRED' | translate }} - + {{'PLAN-STATUS-EDITOR.FIELDS.ROLES' | translate}} {{enumUtils.toAppRoleString(userRole)}} @@ -98,9 +96,7 @@
- {{'PLAN-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}} -  *{{'GENERAL.VALIDATION.REQUIRED' | translate }} - + {{'PLAN-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}} {{enumUtils.toPlanUserRoleString(planRole)}}