From 3cd2a6b74eb06eed3447dabe57b8f2497e5f407d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 26 Feb 2024 13:45:58 +0200 Subject: [PATCH] fix role translations --- client/res/templates/role/table.tpl | 2 +- client/res/templates/user/modals/access.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/res/templates/role/table.tpl b/client/res/templates/role/table.tpl index ba5fc9b254..29a46066d2 100644 --- a/client/res/templates/role/table.tpl +++ b/client/res/templates/role/table.tpl @@ -104,7 +104,7 @@ {{translateOption value scope='Role' field='accessList'}} + >{{translateOption value scope='Role' field='levelList'}} {{/each}} diff --git a/client/res/templates/user/modals/access.tpl b/client/res/templates/user/modals/access.tpl index 66cbd4601f..3dcf396ea8 100644 --- a/client/res/templates/user/modals/access.tpl +++ b/client/res/templates/user/modals/access.tpl @@ -6,7 +6,7 @@
- {{translateOption value scope="Role" field="assignmentPermission" translatedOptions=levelListTranslation}} + {{translateOption value scope="Role" field="assignmentPermission" translatedOptions=../levelListTranslation}}