Openbravo Issue Tracking System - POS2
View Issue Details
0052342POS2Corepublic2023-05-04 08:502023-05-05 12:32
caristu 
caristu 
highminoralways
closedfixed 
5
 
23Q3 
No
0052342: No error feedback provided in the UI when some requests fail
No error feedback is provided in the UI when some requests fail
0) Apply the attached patch in the mobile.core module which forces an error in the ProfileUtils process
1) Login in POS-2
2) Click on the user button in the top right corner of the application
3) In the popover, click on the "profile" button
4) Note that the process has failed but no feedback has been provided in the UI
No tags attached.
related to defect 0052378 closed javierRodriguez 'Order is not found' error message appears when switching between two existing orders 
related to feature request 0054673 new Triage Platform Base Errors in successful responses generate a notification even if the code that issued the request handles the error. 
diff forceError.diff (1,022) 2023-05-04 08:51
https://issues.openbravo.com/file_download.php?file_id=18482&type=bug
Issue History
2023-05-04 08:50caristuNew Issue
2023-05-04 08:50caristuAssigned To => caristu
2023-05-04 08:50caristuTriggers an Emergency Pack => No
2023-05-04 08:51caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=25995#r25995
2023-05-04 08:51caristuFile Added: forceError.diff
2023-05-04 11:24hgbotNote Added: 0149291
2023-05-05 12:32hgbotNote Added: 0149357
2023-05-05 12:32hgbotResolutionopen => fixed
2023-05-05 12:32hgbotStatusnew => closed
2023-05-05 12:32hgbotFixed in Version => 23Q3
2023-05-05 12:32hgbotNote Added: 0149358
2023-05-09 12:25caristuRelationship addedrelated to 0052378
2024-05-06 17:49caristuRelationship addedrelated to 0054673

Notes
(0149291)
hgbot   
2023-05-04 11:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1080 [^]
(0149357)
hgbot   
2023-05-05 12:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1080 [^]
(0149358)
hgbot   
2023-05-05 12:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 445c843a075bb88bb281f48607c9a1fa6dca122c
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 05-05-2023 10:26:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/445c843a075bb88bb281f48607c9a1fa6dca122c [^]

fixes BUG-52342: No error feedback provided in the UI when some requests fail

  Handle also error information returned inside a response property of
the response object (response.response)

---
M web-jspack/org.openbravo.core2/src/core/network/RequestListener.js
M web-jspack/org.openbravo.core2/src/core/network/__test__/RequestListener.test.js
---