Encountered while investigating another issue.
I have an entity with a one-to-many and a screen with fetchplans that exclude that one-to-many.
The relation still gets fetched though, problem seems to be in FetchGroupManager 559 → 567
I see that when using a fetchgroup, jpa properties are being added,is there supposed to be a check on range.isMany that is missing?
Im using jmix 1.5 but code seems the same on 2.x