Openbravo Issue Tracking System - POS2
View Issue Details
0054456POS2POSpublic2024-01-08 13:152024-01-30 14:58
igor_trebol 
njimenez 
normalmajoralways
closedfixed 
5
 
23Q4.223Q4.2 
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/15cfc3dbfbb889e124d0fbc278dc7fa4101ef0cc?view=parallel [^]
No
0054456: Issue Ticket option not working in Orders window
A regression has been introduced in orders window. When trying to issue a ticket, the button is disabled. It is because there is nothing in UI.selectedRemoteTicket and the action OBPOS2_IssueTicket needs to be performed with a ticket as parameter.

It only works if the checkbox for that line is selected.

Besides that, it never removes the selected item, so if you un-select the checkbox it keeps the selected item, so the issue can be done.

It looks like the cause could be here: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/15cfc3dbfbb889e124d0fbc278dc7fa4101ef0cc?view=parallel#e31b5f642d718b2e46924658feb98bd52dc8e79b_164_157 [^]

As a workaround clicking the checkbox activates the order line, and also loading the order allows to issue the order.
See attached gif.
No tags attached.
blocks defect 0054266 closed njimenez Issue Ticket option not working in Orders window 
Issue History
2024-01-24 15:04jarmendarizTypedefect => backport
2024-01-24 15:04jarmendarizTarget Version => 23Q4.2
2024-01-29 12:46hgbotNote Added: 0159861
2024-01-29 12:56hgbotNote Added: 0159871
2024-01-30 14:57hgbotNote Added: 0159935
2024-01-30 14:57hgbotNote Added: 0159936
2024-01-30 14:58hgbotResolutionopen => fixed
2024-01-30 14:58hgbotStatusscheduled => closed
2024-01-30 14:58hgbotFixed in Version => 23Q4.2
2024-01-30 14:58hgbotNote Added: 0159939
2024-01-30 14:58hgbotNote Added: 0159940

Notes
(0159861)
hgbot   
2024-01-29 12:46   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2379 [^]
(0159871)
hgbot   
2024-01-29 12:56   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1350 [^]
(0159935)
hgbot   
2024-01-30 14:57   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1350 [^]
(0159936)
hgbot   
2024-01-30 14:57   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: f61afe0295aae314d7fb8460ae89e6e5cf1fb3ec
Author: Natalia Jiménez <natalia.jimenez@openbravo.com>
Date: 29-01-2024 12:53:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/f61afe0295aae314d7fb8460ae89e6e5cf1fb3ec [^]

Related to ISSUE-54456: Instance the new selection row event in the data grid component when the more actions menu is selected

---
M web-jspack/org.openbravo.core2/src/components/Grid/Grid.jsx
---
(0159939)
hgbot   
2024-01-30 14:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 6c775ce0ed0e70877c46c426662866a72a411d0a
Author: Natalia Jimenez <natalia.jimenez@openbravo.com>
Date: 30-01-2024 13:58:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/6c775ce0ed0e70877c46c426662866a72a411d0a [^]

Fixed ISSUE-54456: Update remote product on showing actions popover instead on selection change

---
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.jsx
---
(0159940)
hgbot   
2024-01-30 14:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2379 [^]