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>