Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0040045 | Retail Modules | Selfcheckout | public | 2019-01-28 13:27 | 2019-02-04 09:11 |
Reporter | malsasua | ||||
Assigned To | javierRodriguez | ||||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR19Q2 | |||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | Gold | ||||
Support ticket | 7709 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.selfcheckout/rev/9ed7b25e3080 [^] | ||||
Triggers an Emergency Pack | No | ||||
Summary | 0040045: Last panel is overwrite by right Footer panel | ||||
Description | The last panel added to OB.SCO.APP.PANELRIGHT array is overwritten by right footer panel | ||||
Steps To Reproduce | In execution, in Console Developers Tools, add a breakpoint in code: .... // Create all Panel Right components for (prop in OB.SCO.APP.PANELRIGHT) { if (OB.SCO.APP.PANELRIGHT.hasOwnProperty(prop)) { component = this.rightPanel.createComponent({ kind: OB.SCO.APP.PANELRIGHT[prop], name: prop, executeEvent: this.executeEvent.bind(this), showLoading: this.showLoading.bind(this), hideLoading: this.hideLoading.bind(this), state: this.state, receipt: this.receipt, receiptClone: this.receiptClone }).render(); component.hide(); this.rightComponents[prop] = component; } } component = this.rightPanel.createComponent({ kind: 'OB.SCO.rightFooter', name: 'rightFooter' }).render(); component.show(); this.rightComponents[prop] = component; ... The value of prop is the last panel added (in livebuilds is WeChatPanel), and it is overwritten by rightFooter component | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=12567&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2019-01-28 13:27 | malsasua | New Issue | |||
2019-01-28 13:27 | malsasua | Assigned To | => Retail | ||
2019-01-28 13:27 | malsasua | OBNetwork customer | => Gold | ||
2019-01-28 13:27 | malsasua | Support ticket | => 7709 | ||
2019-01-28 13:27 | malsasua | Resolution time | => 1549062000 | ||
2019-01-28 13:27 | malsasua | Triggers an Emergency Pack | => No | ||
2019-01-28 17:28 | adrianromero | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.selfcheckout/rev/9ed7b25e3080 [^] | ||
2019-01-28 17:52 | adrianromero | Note Added: 0109281 | |||
2019-01-28 17:52 | adrianromero | Note Edited: 0109281 | bug_revision_view_page.php?bugnote_id=0109281#r18203 | ||
2019-01-28 18:30 | adrianromero | Issue Monitored: adrianromero | |||
2019-01-29 09:30 | hgbot | Checkin | |||
2019-01-29 09:30 | hgbot | Note Added: 0109293 | |||
2019-01-29 09:30 | hgbot | Status | new => resolved | ||
2019-01-29 09:30 | hgbot | Resolution | open => fixed | ||
2019-01-29 09:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.selfcheckout/rev/a6a9a4340385191854c0ca499d412e707a8a1338 [^] | ||
2019-01-29 17:33 | marvintm | Assigned To | Retail => javierRodriguez | ||
2019-01-30 09:32 | adrianromero | Note Added: 0109318 | |||
2019-01-30 09:33 | adrianromero | File Added: rightfooter.diff | |||
2019-02-01 10:44 | hgbot | Checkin | |||
2019-02-01 10:44 | hgbot | Note Added: 0109420 | |||
2019-02-04 09:11 | marvintm | Review Assigned To | => marvintm | ||
2019-02-04 09:11 | marvintm | Status | resolved => closed | ||
2019-02-04 09:11 | marvintm | Fixed in Version | => RR19Q2 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|