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
I've very recently implemented your module and am having some problems with Node cross refferencing (See snipet below).
Any suggestions for this or is this fundimentaly impossible?
e.g.
class UserNode(Node):
teams = list_of(TeamNode)
class TeamNode(Node);
users = list_of(UserNode)
and
class ItemNode(Node):
parentItem = ItemNode
Thanks!
The text was updated successfully, but these errors were encountered:
I've very recently implemented your module and am having some problems with Node cross refferencing (See snipet below).
Any suggestions for this or is this fundimentaly impossible?
e.g.
and
Thanks!
The text was updated successfully, but these errors were encountered: