ember-data-copyable icon indicating copy to clipboard operation
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 ? )

Open olivierchatry opened this issue 8 years ago • 2 comments

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 ?

olivierchatry avatar Nov 19 '17 07:11 olivierchatry

Unfortunately no. At least not without breaking the current API.

offirgolan avatar Nov 20 '17 17:11 offirgolan

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.

olivierchatry avatar Nov 20 '17 17:11 olivierchatry