Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030610 | Retail Modules | Web POS | public | 2015-08-19 18:09 | 2015-09-21 17:39 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR15Q4 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030610: Stabilization: There should be a way to synchronously initialize the model and then, the view |
Description | Stabilization: There should be a way to synchronously initialize the model and then, the view |
Steps To Reproduce | Open ob-windowmodel.js
Verify that the init method use to call the models, does not provide a callback |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0030603 | RR15Q4 | closed | Orekaria | Stabilization: RR15Q4 related issues |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-19 18:09 | Orekaria | New Issue | |
2015-08-19 18:09 | Orekaria | Assigned To | => Orekaria |
2015-08-19 18:09 | Orekaria | Triggers an Emergency Pack | => No |
2015-08-19 18:10 | Orekaria | Relationship added | blocks 0030603 |
2015-08-22 10:11 | Orekaria | Target Version | => RR15Q4 |
2015-08-22 20:33 | hgbot | Checkin | |
2015-08-22 20:33 | hgbot | Note Added: 0079598 | |
2015-08-22 20:33 | hgbot | Status | new => resolved |
2015-08-22 20:33 | hgbot | Resolution | open => fixed |
2015-08-22 20:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fe671224ba4137dbb646646491cf9140a6a1d981 [^] |
2015-08-22 20:33 | hgbot | Checkin | |
2015-08-22 20:33 | hgbot | Note Added: 0079599 | |
2015-08-22 20:35 | hgbot | Checkin | |
2015-08-22 20:35 | hgbot | Note Added: 0079610 | |
2015-09-18 11:21 | mtaal | Review Assigned To | => migueldejuana |
2015-09-21 17:39 | migueldejuana | Note Added: 0080542 | |
2015-09-21 17:39 | migueldejuana | Status | resolved => closed |
Notes |
|
(0079598)
|
hgbot
|
2015-08-22 20:33
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fe671224ba4137dbb646646491cf9140a6a1d981
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Aug 22 20:32:29 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fe671224ba4137dbb646646491cf9140a6a1d981 [^]
Fixes issue 30610: The model and the view can now be initialized before loading
- the process of loading a window now has 4 steps: initModels, initUI, loadModels, renderUI
- the processes are run in cascade
---
M web/org.openbravo.mobile.core/source/component/ob-windowview.js
M web/org.openbravo.mobile.core/source/data/ob-windowmodel.js
---
|
|
|
(0079599)
|
hgbot
|
2015-08-22 20:33
|
|
|
|
(0079610)
|
hgbot
|
2015-08-22 20:35
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 28b9c528d008db6bd2934d519ef7f9de1428fbe0
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Sat Aug 22 20:32:56 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/28b9c528d008db6bd2934d519ef7f9de1428fbe0 [^]
Fixes issue 30611: The Cash Management window is not interactive until the models are ready
- make use of the improvements of the issue 30610
- the entry point has been moved to the end. initializations are first
- the payments variable has been initialized to null
- jsLint
---
M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/cashmgmt.js
---
|
|
|
|
Tested and reviewed in 096c32fd2b54 |
|