jmix
jmix copied to clipboard
Remove action confirmationText parameter doesn't use l18n resources
Environment
Jmix version: 2.x
Bug Description
When confirmationText action is overriden in description text appears with provided but not evaluated vale
Steps To Reproduce
- create project
- chage user-list-view.xml removeAction as follows:
<action id="removeAction" type="list_remove">
<properties>
<property name="confirmationText" value="msg://remove.confirmationText"/>
</properties>
</action>
- add localization values as Studio suggests
- go to app web interface, try to delete user and checkout the dialog contents
Current Behavior
dialog contents is filled with key from property vale
Expected Behavior
dialog contents is filled with value from localization resources file defined by key