jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Remove action confirmationText parameter doesn't use l18n resources

Open syncro opened this issue 2 months ago • 0 comments

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

  1. create project
  2. chage user-list-view.xml removeAction as follows:
                <action id="removeAction" type="list_remove">
                    <properties>
                        <property name="confirmationText" value="msg://remove.confirmationText"/>
                    </properties>
                </action>
  1. add localization values as Studio suggests
  2. go to app web interface, try to delete user and checkout the dialog contents
Image

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

syncro avatar Dec 12 '25 13:12 syncro