One (probably?) easy thing you could add to the CUBA -> Jmix migrator

import com.haulmont.cuba.gui.components.actions.BaseAction;import io.jmix.ui.action.BaseAction;

Just that little change done automatically during the migration would be a big time-saver! (At least in our project… Heh.)

1 Like

(also .withLaunchMode.withOpenMode would be a timer-saver too!)

Hi Jon
Jmix Studio 1.1.0 is already able to convert BaseAction. This fix was added not so long ago, please ensure that you are using the last version.
About .withLaunchMode: the migrator cannot convert method names and we are not going to implement this feature in the foreseeable future.