verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

Validation errors on field edit screen should prevent submit #24

Closed timkelty closed 8 years ago

timkelty commented 8 years ago

Currently if you click submit and there are validation errors, the modal goes away and you lose all your work :(

engram-design commented 8 years ago

This is now fixed in version 1.5.0. Notably, we were using the native saveField Craft controller, which doesn't support Ajax.