I have posted this question a week ago or so on stackoverflow: ember.js - emberData bulk create hasMany relationship - Stack Overflow Again in short: I want a form with an ‘Add another one’ button, so I can create and save multiple models (which in my case belong to a hasMany relationship) at once. I have tried to simply use an ArrayController, but for reasons that actually seem to make sense to me it doesn’t work. Is there any solution to this?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
New hasMany with async | 6 | 5841 | September 19, 2013 | |
Saving multiple hasMany | 3 | 5250 | April 24, 2014 | |
Pushing has many records into a new model | 1 | 1735 | February 1, 2017 | |
Can I POST hasMany children as an array of POJOs on the parent? | 2 | 1332 | December 6, 2019 | |
How to post multiple models to backend? | 1 | 634 | February 6, 2018 |