Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035305Retail ModulesWeb POSpublic2017-02-20 12:372017-02-21 09:57
marvintm 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
Pre packaging ( pi )
2017-02-15
pi
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/616a50b2eb90eb78b46670f10be6c0e22fb8ee05 [^]
No
0035305: Verified returns popup stops working after it is used for the first time
Verified returns popup doesn't show anymore after it has been used for the first time, until you refresh the browser.
- Log in the Web POS.
- Do an order with three lines.
- Open verified returns. Select first line. Apply.
- Complete the return.
- Open verified returns again. Notice the popup doesn't show up.
- Refresh browser (F5). Open verified returns. Notice this time it works.
No tags attached.
caused by defect 0035170 closed jorge-garcia If you have a popup opened and you raise a showLoading the popup is behind and clickable 
Issue History
2017-02-20 12:37marvintmNew Issue
2017-02-20 12:37marvintmAssigned To => Retail
2017-02-20 12:37marvintmTriggers an Emergency Pack => No
2017-02-20 12:37marvintmRegression introduced in release => pi
2017-02-20 12:57ranjith_qualiantech_comRelationship addedcaused by 0035170
2017-02-20 13:06ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-02-20 13:06ranjith_qualiantech_comStatusnew => scheduled
2017-02-21 06:50hgbotCheckin
2017-02-21 06:50hgbotNote Added: 0094495
2017-02-21 06:50hgbotCheckin
2017-02-21 06:50hgbotNote Added: 0094496
2017-02-21 06:50hgbotStatusscheduled => resolved
2017-02-21 06:50hgbotResolutionopen => fixed
2017-02-21 06:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ef736becd65aa38498f8d692ae148f6f1a791b95 [^]
2017-02-21 08:44marvintmRegression level => Pre packaging ( pi )
2017-02-21 08:44marvintmRegression date => 2017-02-15
2017-02-21 08:44marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/616a50b2eb90eb78b46670f10be6c0e22fb8ee05 [^]
2017-02-21 09:41marvintmReview Assigned To => marvintm
2017-02-21 09:41marvintmStatusresolved => closed
2017-02-21 09:41marvintmFixed in Version => RR17Q2
2017-02-21 09:57hgbotCheckin
2017-02-21 09:57hgbotNote Added: 0094504

Notes
(0094495)
hgbot   
2017-02-21 06:50   
Repository: tools/automation/pi-mobile
Changeset: f55f8ea23fe3ed44553cf5b9544a1e45955ad1e8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 21 11:09:22 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f55f8ea23fe3ed44553cf5b9544a1e45955ad1e8 [^]

Verifies issue 35305 : Added automated test 'I35305_VerifyReturnsPopupOnReopen'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35305_VerifyReturnsPopupOnReopen.java
---
(0094496)
hgbot   
2017-02-21 06:50   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ef736becd65aa38498f8d692ae148f6f1a791b95
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 21 11:20:08 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ef736becd65aa38498f8d692ae148f6f1a791b95 [^]

Fixes issue 35305 : Popup CSS should be set whenever the popup is shown

* CSS Display should be set to popup whenever popop is shown, since its possible to hidden the popup using "OB.MobileApp.view.openedPopup"

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0094504)
hgbot   
2017-02-21 09:57   
Repository: tools/automation/pi-mobile
Changeset: 50aa8c2d413835f713a192e1466f25e347369f35
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 21 14:26:47 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/50aa8c2d413835f713a192e1466f25e347369f35 [^]

Verifies issue 35305 : Modified automated test 'I35305_VerifyReturnsPopupOnReopen'

* Removed isHighVolumeCompatible

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35305_VerifyReturnsPopupOnReopen.java
---