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
@dziraf I have a simmilar problem related to eager. (typeorm + nestjs)
If I enable eager in the user address, then I can't update the adressId in the user edit page.
Status is successfull, but the payload looks like this:
With the new versions of adminjs and adminjs-typeorm I see that child relation is duplicated when I'm editing the parent.
Here are my entities:
Once editing
Bill
entity with adminjs I see next:The text was updated successfully, but these errors were encountered: