Openbravo Issue Tracking System - POS2
View Issue Details
0054455POS2POSpublic2024-01-08 13:152024-01-30 14:57
igor_trebol 
njimenez 
normalmajoralways
closedfixed 
5
 
24Q124Q1 
jarmendariz
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/15cfc3dbfbb889e124d0fbc278dc7fa4101ef0cc?view=parallel [^]
No
0054455: 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 => 24Q1
2024-01-29 12:21hgbotNote Added: 0159856
2024-01-29 12:23hgbotNote Added: 0159858
2024-01-30 14:54hgbotNote Added: 0159931
2024-01-30 14:54hgbotNote Added: 0159932
2024-01-30 14:56hgbotNote Added: 0159933
2024-01-30 14:56hgbotNote Added: 0159934
2024-01-30 14:56jarmendarizStatusscheduled => resolved
2024-01-30 14:56jarmendarizFixed in Version => 24Q1
2024-01-30 14:56jarmendarizResolutionopen => fixed
2024-01-30 14:57jarmendarizReview Assigned To => jarmendariz
2024-01-30 14:57jarmendarizStatusresolved => closed

Notes
(0159856)
hgbot   
2024-01-29 12:21   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2378 [^]
(0159858)
hgbot   
2024-01-29 12:23   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1349 [^]
(0159931)
hgbot   
2024-01-30 14:54   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: f2377976210f3e42f59090ba65cc8c3a65d16809
Author: Natalia Jimenez <natalia.jimenez@openbravo.com>
Date: 30-01-2024 13:54:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/f2377976210f3e42f59090ba65cc8c3a65d16809 [^]

Related to ISSUE-54455: Update remote product on showing actions popover instead on selection change

---
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGrid.jsx
---
(0159932)
hgbot   
2024-01-30 14:54   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2378 [^]
(0159933)
hgbot   
2024-01-30 14:56   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 048fed242f378cddd64bfb3ae5542e5b55ff2e34
Author: Natalia Jiménez <natalia.jimenez@openbravo.com>
Date: 29-01-2024 12:07:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/048fed242f378cddd64bfb3ae5542e5b55ff2e34 [^]

Related to ISSUE-54455: 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
---
(0159934)
hgbot   
2024-01-30 14:56   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1349 [^]