ember-data-copyable
ember-data-copyable copied to clipboard
Is there is a way to get the list of created record ( access to _meta at the end of processing ? )
Hello,
Would like to know if there is a possibility to access the list of created record ( _meta in the code ) at the end of the processing so that they can be all saved at end ?
Unfortunately no. At least not without breaking the current API.
What I did for the ember copiable is just pass another argument to the then with the list at the end of the processing. Not sure if it possible, but it would be great.