StandardEditor<...> windowCommitAndClose action

Hi

In our cuba solution the action windowCommitAndClose of StandardEditor<…> maps to the property actions.Ok.

There is or was a property actions.OkClose. Does it still exist in platform 7.2.13? How can we make StandardEditor<> windowCommitAndClose map to actions.OkClose?

Cheers
Oliver

...
        <hbox id="editActions" spacing="true">
            <button action="windowCommitAndClose"/>
            <button action="windowClose"/>
        </hbox>
    </layout>
</window>

Hello,

actions.OkClose is used for action in legacy AbstractEditor screens.

To change caption of windowCommitAndClose in all editors just add to your main message pack:

actions.Ok = Save and close