I add the following right in WEB-INF/param/rights.xml:
<right id="My_Right"> <label i18n="false">My right label</label> <description i18n="false">My description</description> <category i18n="false">My own category</category> </right>
But the i18n="false" indication on category is ignored:
It works fine for label and description.
[RUNTIME-4137] Custom rights: not i18nizable category
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Estimation | New: 2 - Normal [ 10220 ] | |
Fix Version/s | New: 4.LATER [ 13091 ] | |
Internal review | New: 2 - Long term [ 10217 ] |
Description |
Original:
I add the following right in *WEB-INF/param/rights.xml*:
{code}<right id="My_Right"> <label i18n="false">My right label</label> <description i18n="false">My description</description> <category i18n="false">My own category</category> </right>{code} But the i18n="false" indication on category is ignored: !image-2025-03-18-15-29-08-997.png|thumbnail! It works fine for label and description. |
New:
I add the following right in *WEB-INF/param/rights.xml*:
{code}<right id="My_Right"> <label i18n="false">My right label</label> <description i18n="false">My description</description> <category i18n="false">My own category</category> </right>{code} But the i18n="false" indication on category is ignored: !image-2025-03-18-15-29-08-997.png! It works fine for label and description. |