You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
doSave()
callssaveAndUpdateClient()
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.The text was updated successfully, but these errors were encountered: