quickstart-code-sample icon indicating copy to clipboard operation
quickstart-code-sample copied to clipboard

createTodo action after allAreDone action shows the cleared data again.

Open rahulcs opened this issue 11 years ago • 0 comments

Issue was found in: http://jsbin.com/aqexej/3/edit

Steps to reproduce issue:

  1. Add 2 items to the todo list.
  2. 'Mark all as complete'.
  3. Add another item to the todo.
  4. It shows all the cleared items also.

Your example works fine for ember-1.0.0-rc.5.min.js, handlebars-1.0.0-rc.4.js, but you need to change the ember-data file to the latest.

259760 B 2013-06-01T18:35:28.000Z ember-data-latest.js

It seemed to work fine with June 1st build of ember data. before

I cleared everything which was completed. Yet, in the next image it came back in the list of things. This issue only happens on the index route.

after

Basically using the latest ember-data, this issue does not appear.

rahulcs avatar Jun 04 '13 13:06 rahulcs