Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043211Retail ModulesWeb POSpublic2019-12-31 12:492020-02-21 09:31
plujan 
ranjith_qualiantech_com 
normalminorhave not tried
closedfixed 
5
 
RR20Q1RR20Q1 
marvintm
Packaging and release
No
0043211: [20Q1] [NewSkin] The "Related Services" icon in the product line does not work as expected
In 20Q1, the "Related Services" icon only shows the list of services the first time is clicked. After that, in order to see the services, it is required to use the menu option under "Show More".
In 19Q4, the icon shows the list of services every time is clicked.
1. Add one Alpine Poles to a ticket
2. Click the "Related services" icon. Notice a green check is added to the icon, even no service has been chosen yet.
3. Without adding any service, click the icon again. Notice you are now in the line description. From now on, the button has no use and the only way to return to the list of available services is through "Show More" > "Related Services" menu option.
4. Test the same flow in 19Q4, notice the icon shows the list of services on every click.
No tags attached.
related to defect 0043362 closed ranjith_qualiantech_com [NewSkin] The "Show Complementary Products" icon in the product line does not work as expected 
blocks defect 0042668 closed ranjith_qualiantech_com [20Q1] [NewSkin] The "Related Services" icon in the product line does not work as expected 
Issue History
2020-02-13 10:00ranjith_qualiantech_comTypedefect => backport
2020-02-13 10:00ranjith_qualiantech_comTarget Version => RR20Q1
2020-02-14 07:23hgbotCheckin
2020-02-14 07:23hgbotNote Added: 0117781
2020-02-14 07:23hgbotStatusscheduled => resolved
2020-02-14 07:23hgbotResolutionopen => fixed
2020-02-14 07:23hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/848f0b925603a74d21fc02c77875b0cbc99fcf8d [^] => http://code.openbravo.com/retail/backports/3.0RR20Q1/org.openbravo.retail.posterminal/rev/eff6b3d39e6613c957d4e5b5c2b1ac23a78de1fa [^]
2020-02-21 09:31marvintmReview Assigned To => marvintm
2020-02-21 09:31marvintmStatusresolved => closed
2020-02-21 09:31marvintmFixed in Version => RR20Q1
2020-02-28 07:59ranjith_qualiantech_comRelationship addedrelated to 0043362

Notes
(0117781)
hgbot   
2020-02-14 07:23   
Repository: retail/backports/3.0RR20Q1/org.openbravo.retail.posterminal
Changeset: eff6b3d39e6613c957d4e5b5c2b1ac23a78de1fa
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 11 12:09:51 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q1/org.openbravo.retail.posterminal/rev/eff6b3d39e6613c957d4e5b5c2b1ac23a78de1fa [^]

Fixed issue 43211 : Tap bubbleup Event Propagation should be prevented for ShowService Button

* If tap event is present for both parent and child elements,
  event Propagation can be prevented by adding return true in handler ontap event

---
M web/org.openbravo.retail.posterminal/js/components/renderorderline.js
M web/org.openbravo.retail.posterminal/js/hookRenderOrderLine.js
---