The Nocobase features are awesome.
Though I do not find how I can implement a restriction that only allows the add ‘grand children’ to ‘children’ that have the same parents.
Example:
- Parent A
---- Child A
------- Grandchild A
---- Child B
------- Grandchild B - Parent B
---- Child C
------- Grandchild C
---- Child D
------- Grandchild D
When I open the Form view of ‘Child C’ to to select which Grandchildren it has, I should only be able to select ‘Grandchild C’ and ‘Grandchild D’ since these share the same Grandparents. With the default behaviour, all grandchildren are selectable.
I hope this question makes sense.