yepher / CoreDataUtility

An OSX application that simplifies development and debugging of CoreData enabled applications.
519 stars 49 forks source link

Fetch Requests are not added to history #17

Closed yepher closed 11 years ago

yepher commented 11 years ago

When selecting a fetch request it is not added to the history.

Steps to reproduce:

  1. Open CoreDataPro
  2. Open the test files fetchRequest.mom/sqlite
  3. select the entity "Event"
  4. Select the entity "Another Entity"
  5. Use the history button and notice you can move between the the previously selected entities.
  6. Select the fetch request "MoreThan2000"
  7. Select the fetch request "LessThank 2199"
  8. Use the history buttons and notice only the previous history items are navigated between.

Expected Result:

The history for Fetch Requests should perform the same way as entities.

yepher commented 11 years ago

Merged into master.