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'm building a form for a model (Venue), which can have multiple tags (many-to-many relationship)
When I'm editing a form, I would like to see which tags that are already added to the venue model.
To do so, it seems like you need to have a very specific data structure:
Hi @netojose
I'm building a form for a model (Venue), which can have multiple tags (many-to-many relationship)
When I'm editing a form, I would like to see which tags that are already added to the venue model.
To do so, it seems like you need to have a very specific data structure:
This means, that you cannot do something like this:
Instead you need to do this to accomplish the correct data structure and have existing relationships selected:
Is this by design how you should handle such forms? E.g. forms which has relationships with other models? Like a blog post with tags?
The text was updated successfully, but these errors were encountered: