Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043362Retail ModulesWeb POSpublic2020-02-28 07:562020-03-11 13:15
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q2 
guilleaer
No
0043362: [NewSkin] The "Show Complementary Products" icon in the product line does not work as expected
"Show Complementary Products" icon will list Complementary Products only twice when click the Icon. For the subsequent click, it shows the Edit tab
1. Add one Thermal jacket to a ticket
2. Click the "Show Complementary Products" icon. Notice a green check is added to the icon, Complementary Products are listed
3. Click the icon again and again. Edit tab will be displayed instead of Complementary Products
No tags attached.
related to backport 0043211RR20Q1 closed ranjith_qualiantech_com [20Q1] [NewSkin] The "Related Services" icon in the product line does not work as expected 
Issue History
2020-02-28 07:56ranjith_qualiantech_comNew Issue
2020-02-28 07:56ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2020-02-28 07:56ranjith_qualiantech_comTriggers an Emergency Pack => No
2020-02-28 07:59ranjith_qualiantech_comRelationship addedrelated to 0043211
2020-02-28 08:21hgbotCheckin
2020-02-28 08:21hgbotNote Added: 0118194
2020-02-28 08:21hgbotStatusnew => resolved
2020-02-28 08:21hgbotResolutionopen => fixed
2020-02-28 08:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/774bfac698156a46e098cf3c15b7a386a2c871b2 [^]
2020-03-11 13:15guilleaerReview Assigned To => guilleaer
2020-03-11 13:15guilleaerStatusresolved => closed
2020-03-11 13:15guilleaerFixed in Version => RR20Q2

Notes
(0118194)
hgbot   
2020-02-28 08:21   
Repository: erp/pmods/org.openbravo.retail.complementary
Changeset: 774bfac698156a46e098cf3c15b7a386a2c871b2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Feb 28 12:47:26 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.complementary/rev/774bfac698156a46e098cf3c15b7a386a2c871b2 [^]

Fixed issue-43362 : Tap bubbleup Event should be prevented for ShowComplementary Product 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.complementary/js/hooks/hookRenderOrderLine.js
---