Data: Please add refresh method to collection

Created on 27 Sep 2016  路  2Comments  路  Source: emberjs/data

Example:

let collection = this.store.query('user', {use_ember: true});
collection.refresh(); // make request to api with same params

Will be very nice, like 21 century, not like now 1900 year!

Feature

Most helpful comment

I advise that next time you make a feature request you refrain from insulting the project maintainers. You may find them more amenable to your suggestion.

All 2 comments

I advise that next time you make a feature request you refrain from insulting the project maintainers. You may find them more amenable to your suggestion.

This is already possible using #update() on the result, see this ember-twiddle for an example.

@OpakAlex can you point out where you have looked respectively where you would look at in the documentation to find such information? This would be very helpful so this is documented when future developers stumble over this issue. Thank you very much.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bartocc picture bartocc  路  4Comments

toobulkeh picture toobulkeh  路  3Comments

jlami picture jlami  路  3Comments

concertiv picture concertiv  路  4Comments

maschwenk picture maschwenk  路  5Comments