Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0052673Openbravo ERPB. User interfacepublic2023-06-06 00:532023-06-27 18:15
axelmercado 
AugustoMauch 
highmajoralways
closedfixed 
5
 
PR23Q4 
Core
No
0052673: Problems when deleting grouped lines.
When the user tries to delete lines that are grouped together, the deletion popup will remain unchecked until the window is refreshed.
In Livebuilds, in the Purchase Order window, create a new order and add grouped lines. Then select all of them and try to delete them. Verify that the popup stays loading, the success background message is displayed and just refresh to get the backoffice back to normal.

Attached video.
No tags attached.
? livebuilds_DeletGroupedLines.mp4 (764,543) 2023-06-06 00:53
https://issues.openbravo.com/file_download.php?file_id=18622&type=bug
Issue History
2023-06-06 00:53axelmercadoNew Issue
2023-06-06 00:53axelmercadoAssigned To => Triage Platform Base
2023-06-06 00:53axelmercadoFile Added: livebuilds_DeletGroupedLines.mp4
2023-06-06 00:53axelmercadoModules => Core
2023-06-06 00:53axelmercadoTriggers an Emergency Pack => No
2023-06-12 18:45hgbotNote Added: 0151070
2023-06-13 09:23AugustoMauchAssigned ToTriage Platform Base => AugustoMauch
2023-06-13 09:23AugustoMauchStatusnew => scheduled
2023-06-27 18:15hgbotResolutionopen => fixed
2023-06-27 18:15hgbotStatusscheduled => closed
2023-06-27 18:15hgbotNote Added: 0151678
2023-06-27 18:15hgbotFixed in Version => PR23Q4
2023-06-27 18:15hgbotNote Added: 0151679

Notes
(0151070)
hgbot   
2023-06-12 18:45   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/910 [^]
(0151678)
hgbot   
2023-06-27 18:15   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/910 [^]
(0151679)
hgbot   
2023-06-27 18:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: abc035b00bce55b72a8f5204bfeb9ad794c5ed28
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 27-06-2023 18:06:44
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/abc035b00bce55b72a8f5204bfeb9ad794c5ed28 [^]

Fixes ISSUE-52673: Grouped lines cannot be deleted

When lines are grouped the handleUpdate method is not available. In that case, skip the handleUpdate call to avoid the error
and refresh the whole grid

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---