Openbravo Issue Tracking System - POS2
View Issue Details
0051681POS2POSpublic2023-02-23 12:292023-03-17 17:41
ablasco 
Triage Platform Base 
normalmajorhave not tried
closedfixed 
5
 
23Q2 
No
0051681: OnTouch event is lost in services button from Ticketlines
For tablet and mobile devices, touch event is not working on a product Services if selected from ticketlines.

- Login
- Search a product ( GPS )
- Select "GPS Mini" and services window is opened.
- Click on Finish
- Return to services from ticketlines button.

Ontouch event is not working properly, however desktop event works fine.
No tags attached.
gif TouchServicesNotWorking.gif (1,337,851) 2023-02-23 12:29
https://issues.openbravo.com/file_download.php?file_id=18162&type=bug
Issue History
2023-02-23 12:29ablascoNew Issue
2023-02-23 12:29ablascoAssigned To => Triage Platform Base
2023-02-23 12:29ablascoFile Added: TouchServicesNotWorking.gif
2023-02-23 12:29ablascoTriggers an Emergency Pack => No
2023-03-17 17:25hgbotNote Added: 0147661
2023-03-17 17:41hgbotResolutionopen => fixed
2023-03-17 17:41hgbotStatusnew => resolved
2023-03-17 17:41hgbotNote Added: 0147662
2023-03-17 17:41hgbotFixed in Version => 23Q2
2023-03-17 17:41hgbotNote Added: 0147663
2023-03-17 17:41AugustoMauchStatusresolved => closed

Notes
(0147661)
hgbot   
2023-03-17 17:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1600 [^]
(0147662)
hgbot   
2023-03-17 17:41   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1600 [^]
(0147663)
hgbot   
2023-03-17 17:41   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c29f008dc77705e93320c8b766c3970bd3200d17
Author: iabbas21 <irfan.abbas@soprasteria.com>
Date: 17-03-2023 17:33:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c29f008dc77705e93320c8b766c3970bd3200d17 [^]

Fixes ISSUE-51681: hide service button inside ticket only on touch devices

Because of the was the BaseSwipeableLine component works, it is not possible to click on buttons that are
included in the OrderLine component. The button is displayed but when clicked, instead of its action being
executed, the ticket line popover is displayed.

To avoid confusion, the Services button is going to be hidden and it is not one click away, available in the
ticket line popover.

---
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLines.scss
---