Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033600Retail ModulesWeb POSpublic2016-08-02 14:432017-10-02 13:26
shuehner 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR17Q3 
marvintm
No
0033600: mobile.core.ProfileUtils request contains list of all orgs + warehouses in system
That should be reviewed if client really needs access to all that data.

Also that request in bigger test env with 524 orgs always takes around 1.5s to complete (on local system)
Review runtime + response of that request in a system with lots of orgs
Performance
related to defect 0033585 closed adrianromero term.Terminal request includes all writableOrganizations of the client 
Issue History
2016-08-02 14:43shuehnerNew Issue
2016-08-02 14:43shuehnerAssigned To => Retail
2016-08-02 14:43shuehnerTriggers an Emergency Pack => No
2016-08-02 14:43shuehnerTag Attached: Performance
2016-08-02 14:43shuehnerRelationship addedrelated to 0033585
2017-03-14 16:30shuehnerResolution time => 1491256800
2017-03-14 16:30shuehnerSeverityminor => major
2017-03-23 18:09adrianromeroAssigned ToRetail => reinaldoguerra
2017-03-23 18:09adrianromeroStatusnew => scheduled
2017-03-28 11:35adrianromeroAssigned Toreinaldoguerra => adrianromero
2017-04-03 12:22hgbotCheckin
2017-04-03 12:22hgbotNote Added: 0095797
2017-04-03 12:22hgbotStatusscheduled => resolved
2017-04-03 12:22hgbotResolutionopen => fixed
2017-04-03 12:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8a5844083a6d5cbe157357993502bc4592f5e1c3 [^]
2017-04-03 12:23adrianromeroNote Added: 0095798
2017-04-03 12:24adrianromeroReview Assigned To => marvintm
2017-04-05 17:38marvintmStatusresolved => closed
2017-04-05 17:38marvintmFixed in Version => RR17Q2
2017-10-02 13:26marvintmFixed in VersionRR17Q2 => RR17Q3

Notes
(0095797)
hgbot   
2017-04-03 12:22   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8a5844083a6d5cbe157357993502bc4592f5e1c3
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Mar 31 09:14:58 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8a5844083a6d5cbe157357993502bc4592f5e1c3 [^]

Fixes issue 0033600: mobile.core.ProfileUtils request contains list of all orgs + warehouses in system

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
---
(0095798)
adrianromero   
2017-04-03 12:23   
The fix applied delays the load of list for all orgs and warehouses to the display of the Profile dialog. It is not required to load this list until required by the Profile dialog.