Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035119 | Retail Modules | Web POS | public | 2017-02-01 10:02 | 2017-02-10 13:49 |
|
Reporter | guillermogil | |
Assigned To | jorge-garcia | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035119: OBPOS_NewReceipt hook is not opening popups on login |
Description | OBPOS_NewReceipt hook is not opening popups on login although it is working fine if you click '*' (new) button. |
Steps To Reproduce | - Implement OBPOS_NewReceipt hook
Example:
OB.UTIL.HookManager.registerHook('OBPOS_NewReceipt', function (args, callbacks) {
OB.MobileApp.view.waterfall('onShowPopup', {
popup: 'receiptPropertiesDialog'
});
OB.UTIL.HookManager.callbackExecutor(args, callbacks);
});
You will see on login that there is an scrim and no popup |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0035269 | | closed | mario_castello | Test I35119_ShowPoupInNewOrderHokkOnLogin is failing in quarantine | related to | defect | 0036985 | | closed | ranjith_qualiantech_com | We are triggering twice window:ready |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-02-01 10:02 | guillermogil | New Issue | |
2017-02-01 10:02 | guillermogil | Assigned To | => Retail |
2017-02-01 10:02 | guillermogil | OBNetwork customer | => Yes |
2017-02-01 10:02 | guillermogil | Resolution time | => 1487718000 |
2017-02-01 10:02 | guillermogil | Triggers an Emergency Pack | => No |
2017-02-03 13:23 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2017-02-03 13:23 | jorge-garcia | Status | new => acknowledged |
2017-02-03 13:25 | jorge-garcia | Status | acknowledged => scheduled |
2017-02-06 08:41 | hgbot | Checkin | |
2017-02-06 08:41 | hgbot | Note Added: 0094059 | |
2017-02-06 08:41 | hgbot | Status | scheduled => resolved |
2017-02-06 08:41 | hgbot | Resolution | open => fixed |
2017-02-06 08:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/595473a3ad7fca588a1b7fb667bca94cc5e50701 [^] |
2017-02-06 08:47 | hgbot | Checkin | |
2017-02-06 08:47 | hgbot | Note Added: 0094060 | |
2017-02-06 10:50 | marvintm | Review Assigned To | => marvintm |
2017-02-06 10:50 | marvintm | Status | resolved => closed |
2017-02-06 10:50 | marvintm | Fixed in Version | => RR17Q2 |
2017-02-06 13:03 | guillermogil | Note Added: 0094081 | |
2017-02-06 13:03 | guillermogil | Status | closed => new |
2017-02-06 13:03 | guillermogil | Resolution | fixed => open |
2017-02-06 13:03 | guillermogil | Fixed in Version | RR17Q2 => |
2017-02-06 17:37 | jorge-garcia | Status | new => scheduled |
2017-02-07 15:25 | hgbot | Checkin | |
2017-02-07 15:25 | hgbot | Note Added: 0094127 | |
2017-02-07 15:26 | jorge-garcia | Status | scheduled => resolved |
2017-02-07 15:26 | jorge-garcia | Fixed in Version | => RR17Q2 |
2017-02-07 15:26 | jorge-garcia | Resolution | open => fixed |
2017-02-10 13:49 | marvintm | Status | resolved => closed |
2017-02-15 10:57 | jorge-garcia | Relationship added | related to 0035269 |
2017-10-02 16:59 | migueldejuana | Relationship added | related to 0036985 |
Notes |
|
(0094059)
|
hgbot
|
2017-02-06 08:41
|
|
|
|
(0094060)
|
hgbot
|
2017-02-06 08:47
|
|
Repository: tools/automation/pi-mobile
Changeset: 8a9749abe6a06354c541d25f06cfc300146b6477
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Feb 03 14:55:21 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8a9749abe6a06354c541d25f06cfc300146b6477 [^]
Verifies issue 35119: OBPOS_NewReceipt hook is not opening popups on login
Added test I35119_ShowPoupInNewOrderHokkOnLogin.
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35119_ShowPoupInNewOrderHokkOnLogin.java
---
|
|
|
|
Reopened due to a wrong behavior on showing the popup on the hook.
It is opening perfectly but it is not working properly, values are not getting saved.
It seems to be due to duplicated window ready triggers. |
|
|
(0094127)
|
hgbot
|
2017-02-07 15:25
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 4729f5935750dd6a632b63033c2bd3ab21305d46
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Feb 06 16:59:28 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4729f5935750dd6a632b63033c2bd3ab21305d46 [^]
Related to issue 35119: OBPOS_NewReceipt hook is not opening popups on login
Avoid execution of rendering the main window of the application if it’s
already done.
---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|