CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Improve form error handling #131

Closed adam-clarey closed 8 years ago

adam-clarey commented 8 years ago

If an error occurs in mongo saving an entity, it was spitting out dozens of 'undefined' error messages on the client form.

Obviously, this is not very useful.

I've updated it so that it will show the actual error message returned from mongo.

pau1m commented 8 years ago

+1