UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)
https://www.santamariasj.org
3 stars 0 forks source link

Client info save resets form contents before knowing if save is successful #193

Open scott-r opened 3 months ago

scott-r commented 3 months ago

doSave() calls saveAndUpdateClient() which (asynchronously) saves the form content. Then it resets the form values without knowing if the save operation succeeded. If it fails, the form is no longer dirty (so Save and Cancel buttons are disabled) but the editing state is still set to true.