Konstantin Krivopustov
Konstantin Krivopustov
Do it in a branch plz.
Add `@Subscribe` and `@Install` to https://doc.cuba-platform.com/manual-7.0/screen_controller_annotations.html
Also for methods like `setOptionImageProvider()` (i.e. setters of providers) add examples of using them with `@Install` (by generating this code in Studio "Handlers" tab): @Inject private Image imageResource; @Install(to =...
One more significant difference in new API: component's `ValueChangeEvent` is sent when the editor screen opens with data, container's `ItemPropertyChangeEvent` is not, which is usually makes more sense.
Unfortunately, roles video is outdated.
Will merge after branching 2.3
Merged separately
Will be merged for release 2.4
Mention also `jmix.core.session.maximum-sessions-per-user` property, as well as sessions in REST.