Validation errors when saving
问题 When saving using SaveChanges() using Breeze, I get an error when doing a simple update if I have required fields. E.g. I have a table of users with a Name , and Email fields where the Email field is not required. I can display the list of user names (but do not want to display the emails). The display works, but save never gets called - I get a validation error in JavaScript: Not saved due to validation error: 'email' is required But surely this should be just generating a simple update on