1. Declare a right in your plugin.xml with i18n="false" for label and description :
<extension point="org.ametys.core.right.RightsExtensionPoint" id="rights.specification.content"> <right id="Rights_Specification_Content"> <label i18n="false">Créer une spécification</label> <description i18n="false">Autorise la création d'un contenu 'Spécification'</description> <category i18n="true">plugin.cms:PLUGINS_CMS_RIGHTS_CONTENT_CREATE_CATEGORY</category> </right> </extension>
2. Go to the right panel, you see the following label for this right (see the i18nRight.png)
- Est référencé par
-
RUNTIME-4234 Rights: migration for i18n status of label, desc and category
-
- Open
-
- Référence
-
RUNTIME-4137 Custom rights: not i18nizable category
-
- Closed
-