http://files.cuba-platform.com/javadoc/cuba/7.0/com/haulmont/cuba/gui/components/actions/ListAction.html
says that BaseAction has setTarget(ListComponent target)
and it’s so in platform 6.9
But when I migrated to 7.1
see line 148 of Saved diff yX3klGng - Diff Checker
Oh I’m sorry Turned out I needed to change BaseAction to ListAction in my code
But you might mention it in CUBA Platform and Studio Release Notes
As well as that now
protected Messages messages = AppBeans.get(Messages.NAME);
is missing from AbstractAction
AbstractAction.java - Diff Checker
An below I’ll be posting what else I’ve encountered during migration 6.8->7.1
1 Like