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
How can i use upload relations for junction tables.
it works fine for one to many relation, as you did in backend articles.
But how can i use it for many to many relations.
The text was updated successfully, but these errors were encountered:
I also found a problem. I need to save in a linked table.
Example: I have an article and for each language of the article, there must be a separate file.
When you try to specify a related field, the component does not store data in it. In this case, the file is loaded and the file parameters appear in $ this.
The uploadRelation attribute does not help.
How can i use upload relations for junction tables.
it works fine for one to many relation, as you did in backend articles.
But how can i use it for many to many relations.
The text was updated successfully, but these errors were encountered: