Hello.
Each field view has an inlineEditSave method, but it does not call Save error handlers. As a result, the error 'Error occurred' is displayed on the interface side. Is it possible to call Save error handlers without fixing the inlineEditSave functionality in the client/src/views/fields/base.js view?
At the moment, there are many fields in entity, and it seems to me not very successful to create a separate view for each field.
Thanks in advance!
Each field view has an inlineEditSave method, but it does not call Save error handlers. As a result, the error 'Error occurred' is displayed on the interface side. Is it possible to call Save error handlers without fixing the inlineEditSave functionality in the client/src/views/fields/base.js view?
At the moment, there are many fields in entity, and it seems to me not very successful to create a separate view for each field.
Thanks in advance!
Comment