fix role translations
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<span
|
||||
title="{{translate name scope='Role' category='actions'}}"
|
||||
class="text-{{prop ../../../styleMap value}}"
|
||||
>{{translateOption value scope='Role' field='accessList'}}</span>
|
||||
>{{translateOption value scope='Role' field='levelList'}}</span>
|
||||
</td>
|
||||
{{/each}}
|
||||
<td colspan="3"></td>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<label class="control-label" data-name="{{name}}">{{translate name category="fields" scope="Role"}}</label>
|
||||
<div class="field" data-name="{{name}}">
|
||||
<span class="text-{{lookup ../styleMap value}}">
|
||||
{{translateOption value scope="Role" field="assignmentPermission" translatedOptions=levelListTranslation}}
|
||||
{{translateOption value scope="Role" field="assignmentPermission" translatedOptions=../levelListTranslation}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user