Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043536Retail ModulesWeb POSpublic2020-03-23 08:132020-04-02 07:21
alostale 
alostale 
normaltrivialhave not tried
closedfixed 
5
 
RR20Q1 
jarmendariz
No
0043536: restructure JavaScript utilities file layout
Some of the new JavaScript files are within app/model directory although they common utilities that are not directly related to any model.
-
Move them from app/model to app/util
No tags attached.
related to feature request 0043288 closed marvintm Implement StateController and SynchronizationBuffer components using IndexedDB 
Issue History
2020-03-23 08:13alostaleNew Issue
2020-03-23 08:13alostaleAssigned To => Retail
2020-03-23 08:13alostaleTriggers an Emergency Pack => No
2020-03-23 08:13alostaleRelationship addedrelated to 0043288
2020-03-23 08:34alostaleNote Added: 0118742
2020-03-23 08:34alostaleAssigned ToRetail => alostale
2020-03-23 08:34alostaleReview Assigned To => jarmendariz
2020-03-24 07:16hgbotCheckin
2020-03-24 07:16hgbotNote Added: 0118780
2020-03-24 07:17hgbotStatusnew => resolved
2020-03-24 07:17hgbotResolutionopen => fixed
2020-03-24 07:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3f2307c4a0c4babe69a8ae4815e677592263d743 [^]
2020-03-24 15:15hgbotCheckin
2020-03-24 15:15hgbotNote Added: 0118789
2020-04-02 07:21jarmendarizNote Added: 0118908
2020-04-02 07:21jarmendarizStatusresolved => closed
2020-04-02 07:21jarmendarizFixed in Version => RR20Q1

Notes
(0118742)
alostale   
2020-03-23 08:34   
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/9 [^]
(0118780)
hgbot   
2020-03-24 07:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3f2307c4a0c4babe69a8ae4815e677592263d743
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 23 08:30:45 2020 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3f2307c4a0c4babe69a8ae4815e677592263d743 [^]

fixed ISSUE-43536: restructure JavaScript utilities file layout

  Moved from app/model to app/util as they were utilities not directly
  related to model implementation:

    * /utils/ArrayUtils.js
    * /network/*

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web-test/base/ob-app.js
A web-test/util/ArrayUtils.test.js
A web/org.openbravo.mobile.core/app/util/ArrayUtils.js
A web/org.openbravo.mobile.core/app/util/network/Request.js
A web/org.openbravo.mobile.core/app/util/network/RequestError.js
A web/org.openbravo.mobile.core/app/util/network/RequestResultListener.js
R web-test/model/utils/ArrayUtils.test.js
R web/org.openbravo.mobile.core/app/model/network/Request.js
R web/org.openbravo.mobile.core/app/model/network/RequestError.js
R web/org.openbravo.mobile.core/app/model/network/RequestResultListener.js
R web/org.openbravo.mobile.core/app/model/utils/ArrayUtils.js
---
(0118789)
hgbot   
2020-03-24 15:15   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fab6defae52e330c5c29052711e53e2cde7f0f5a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 24 15:14:28 2020 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fab6defae52e330c5c29052711e53e2cde7f0f5a [^]

related to ISSUE-43536: fixed license

---
M web-test/util/ArrayUtils.test.js
---
(0118908)
jarmendariz   
2020-04-02 07:21   
Reviewed