Openbravo Issue Tracking System - POS2
View Issue Details
0052825POS2POSpublic2023-06-22 09:512024-07-09 15:26
alostale 
Rajesh_18 
normalminorhave not tried
closedfixed 
5
 
24Q4 
No
0052825: uneeded CRM requests on customer view info
Unneeded HTTP requests to CRM are performed when opening customer View Info popup.
Open browser's network panel to check http xhr requests.

1. Select a CRM customer for the ticket
2. Click on the customer at ticket's header and select View Info in the drop down menu
   ERROR: 2 identical requests to the CRM are executed with action: searchByID_Object (1 should be enough)
3. Close the poup
   ERROR: a request to CRM is performed, in this case with action searchByID_Object but without any params
No tags attached.
Issue History
2023-06-22 09:51alostaleNew Issue
2023-06-22 09:51alostaleAssigned To => Retail
2023-06-22 09:51alostaleTriggers an Emergency Pack => No
2024-03-05 07:24alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=27623#r27623
2024-04-05 23:30guilleaerNote Added: 0162899
2024-04-05 23:30guilleaerStatusnew => acknowledged
2024-04-06 07:19Rajesh_18Assigned ToRetail => Rajesh_18
2024-04-06 07:19Rajesh_18Statusacknowledged => scheduled
2024-07-04 10:05hgbotNote Added: 0166668
2024-07-09 15:26hgbotResolutionopen => fixed
2024-07-09 15:26hgbotStatusscheduled => closed
2024-07-09 15:26hgbotFixed in Version => 24Q4
2024-07-09 15:26hgbotNote Added: 0166839
2024-07-09 15:26hgbotNote Added: 0166840

Notes
(0162899)
guilleaer   
2024-04-05 23:30   
Added due date because retail team considers this issue important
(0166668)
hgbot   
2024-07-04 10:05   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2777 [^]
(0166839)
hgbot   
2024-07-09 15:26   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 4d3cc501cd567909b2d50aa5ebba3f03e98e464c
Author: Rajesh Senthilkumar <rajesh.senthilkumar.ext@openbravo.com>
Date: 09-07-2024 13:26:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/4d3cc501cd567909b2d50aa5ebba3f03e98e464c [^]

Fixed ISSUE-52825: While viewing customer info the CRM executes only one GET request

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialog.jsx
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialogForm/CustomerMultiTabDialogForm.jsx
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialogForm/CustomerMultiTabDialogFormHandler.js
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialogForm/__test__/CustomerMultiTabDialogFormHandler.test.js
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialogHeader/CustomerMultiTabDialogHeader.jsx
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/__test__/CustomerMultiTabForm.test.jsx
---
(0166840)
hgbot   
2024-07-09 15:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2777 [^]