You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a hierarchical tree of X which this works well for but each leaf on that tree has_many Y relations and we need a way to recursively select all of the Y from all descendants of a particular instance x of X
We have a hierarchical tree of
X
which this works well for but each leaf on that tree has_manyY
relations and we need a way to recursively select all of theY
from all descendants of a particular instancex
ofX
So / in pseudocode
Then we would want
Is there a way to do this now or some ( reasonable ) way to add it as a new feature ?
The text was updated successfully, but these errors were encountered: