Aiden Izumi

Results 4 comments of Aiden Izumi

Opened a PR: https://github.com/jmix-framework/jmix/pull/1093

I solved this problem locally. There is no need to make changes in the platform code. The solution for attached project: - Add @Repository annotation for NewEntityRepository interface (addon) -...

Opened PRs: Classic UI (release 1.6, #2551); UI (release 2.0, #2552)

It seems in method 'io.jmix.ui.settings.facet.ScreenSettingsFacetImpl#fillWithInnerComponents(Collection, HasInnerComponents)' is not considered that hasInnerComponents.getInnerComponents() may return instances of HasComponents Sample: TableImpl - HasInnerComponents. getInnerComponents() -> List.of(ButtonsPanelImpl). ButtonsPanelImpl is a HasComponents and may contain...