Reputation: 998
Using Breeze 0.73.3. Modeling my app based on John Papa's Breeze version of Code Camper - http://www.johnpapa.net/recent-presentation-on-spa-basics/. There seems to be a problem with manager.hasChanges. Manager.rejectChanges() publishes hasChanges to false. Manager.saveChanges() does not publish any changes to hasChanges. Of course, it should be published to false following a successful save.
Upvotes: 4
Views: 196
Reputation: 17052
Good catch! This is now fixed in v 0.73.6 available via nuget or the breeze website.
Upvotes: 2