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}}