mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
Related Entities do not appear for one-to-many association. #PL-6139
This commit is contained in:
parent
7440b9f51e
commit
7bb5aa6f85
@ -225,6 +225,9 @@ public class FetchGroupManager {
|
||||
result.add(attribute);
|
||||
}
|
||||
}
|
||||
if (result.isEmpty()) {
|
||||
result.add(toManyField.path() + "." + inverseProp.getName() + ".id");
|
||||
}
|
||||
});
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user