Skip to content

implement error handling on save

JonGold requested to merge JonGold/form-processor:save-error-handling into master

I was running into a problem where the Form Processor instance looked like it was saving correctly, but it wasn't. I found the issue in the Developer Tools' Network tab, but we should alert users when a save was unsuccessful. I hide the technical error message in the console for a better end user UX.

Merge request reports