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
The formio_data_api and maybe other (new) modules enable server integration (API).
In case an error occurs with the server API, the error doesn't show up in the Form view.
It's visible in the Odoo log or in the webbrowser developer tools (network section).
The error should be catched and shown in the Form UI to the user.
We need to improve the JavaScript client to handle and throw the error into UI.
The text was updated successfully, but these errors were encountered:
The
formio_data_api
and maybe other (new) modules enable server integration (API).In case an error occurs with the server API, the error doesn't show up in the Form view.
It's visible in the Odoo log or in the webbrowser developer tools (network section).
The error should be catched and shown in the Form UI to the user.
We need to improve the JavaScript client to handle and throw the error into UI.
The text was updated successfully, but these errors were encountered: