Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #54673 All Revisions ] Back to Issue ]
Summary 0054673: Errors in successful responses generate a notification even if the code that issued the request handles the error.
Revision 2024-07-12 14:02 by AugustoMauch
Description When a successful response contains an error message, the error is handled on a function listener here [1] and a notification is displayed on the lower part of the screen (see attached image).

Sometimes the code that issued the request is the one that is going to address the error (see same attached image), so the notification displayed by the RequestListener would not be needed, as it is redundant.

[1] https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/blob/master/web-jspack/org.openbravo.core2/src/core/network/RequestListener.js#L42 [^]
Revision 2024-07-12 13:47 by AugustoMauch
Description Currently, the exceptions generated in the backoffice are handled and this leads to some issues when the developers need to handle themselves in other code parts. This exception handling mechanism should be controlled or erased and let the developers that implement new code handle their exceptions.
Here is an example of the issue:
We are trying to show an error on a dialog but we always get the general popup error too. (image attached)


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker