Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041824Retail ModulesWeb POSpublic2019-09-17 17:162019-09-24 18:09
adrianromero 
adrianromero 
normalminorhave not tried
closedfixed 
5
 
RR19Q4 
marvintm
No
0041824: Add async js function to manage promises
Generators can be used to manage Promises the way async / await do. It will improve the Promises code a new function OB.async that uses generators to manage Promises
N/A
No tags attached.
Issue History
2019-09-17 17:16adrianromeroNew Issue
2019-09-17 17:16adrianromeroAssigned To => adrianromero
2019-09-17 17:16adrianromeroTriggers an Emergency Pack => No
2019-09-17 17:17adrianromeroReview Assigned To => marvintm
2019-09-17 17:21hgbotCheckin
2019-09-17 17:21hgbotNote Added: 0114596
2019-09-17 17:21hgbotStatusnew => resolved
2019-09-17 17:21hgbotResolutionopen => fixed
2019-09-17 17:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9888c54aeb001f35974f9a7298889330de3c6fff [^]
2019-09-18 16:30hgbotCheckin
2019-09-18 16:30hgbotNote Added: 0114647
2019-09-24 18:09marvintmStatusresolved => closed
2019-09-24 18:09marvintmFixed in Version => RR19Q4

Notes
(0114596)
hgbot   
2019-09-17 17:21   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 9888c54aeb001f35974f9a7298889330de3c6fff
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Sep 17 17:17:33 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9888c54aeb001f35974f9a7298889330de3c6fff [^]

Fixes issue 0041824: Add async js function to manage promises

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
A web/org.openbravo.mobile.core/source/utils/async.js
---
(0114647)
hgbot   
2019-09-18 16:30   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 407f32af83a8464c7c1b13fdbf2e8505752b004b
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Sep 18 16:30:06 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/407f32af83a8464c7c1b13fdbf2e8505752b004b [^]

Related to issue 0041824: Add async js function to manage promises
Adds licence notice

---
M legal/Licensing.txt
M web/org.openbravo.mobile.core/source/utils/async.js
---