yepher / CoreDataUtility

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

Refresh: the data is not reloaded from modified sql db #16

Closed delebedev closed 11 years ago

delebedev commented 11 years ago
  1. Open Simulator app with Core Data
  2. Create some managed objects, save
  3. Create new project in CoreDataUtility
  4. Create some managed objects again, save
  5. Click Refresh

Actual result: only objects from step 2 are displayed

delebedev commented 11 years ago

Edit: the left table was not refreshed because nodes list is not refreshed.