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
If we have ValidationErrors, after commit DialogService return the previous error at first time.
Example:
If we clear summary field and try to move home then canDeactivate fire and DialogService inforn us that have changes,
if we choice cancel and this time try to save DialogService display the same error as before,
if we press ok and try to save again DialogService display the right message.
Thanks
ps:DialogService work fine , this behavior comes from Angular ErrorHandler
The text was updated successfully, but these errors were encountered:
If we have ValidationErrors, after commit DialogService return the previous error at first time.
Example:
If we clear summary field and try to move home then canDeactivate fire and DialogService inforn us that have changes,
if we choice cancel and this time try to save DialogService display the same error as before,
if we press ok and try to save again DialogService display the right message.
Thanks
ps:DialogService work fine , this behavior comes from Angular ErrorHandler
The text was updated successfully, but these errors were encountered: