Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036100Retail ModulesWeb POSpublic2017-05-25 12:192017-06-19 18:51
Sandrahuguet 
jorge-garcia 
normalmajorhave not tried
closedfixed 
20Community Appliance
 
RR17Q3 
marvintm
No
0036100: It is not necessary to save user image in the local database
user image is saved in org.openbravo.mobile.core.context request and is not necessary
N/A
Performance
Issue History
2017-05-25 12:19SandrahuguetNew Issue
2017-05-25 12:19SandrahuguetAssigned To => Retail
2017-05-25 12:19SandrahuguetResolution time => 1497477600
2017-05-25 12:19SandrahuguetTriggers an Emergency Pack => No
2017-06-05 12:47jorge-garciaStatusnew => scheduled
2017-06-05 12:48jorge-garciaAssigned ToRetail => jorge-garcia
2017-06-06 08:39hgbotCheckin
2017-06-06 08:39hgbotNote Added: 0097158
2017-06-06 08:39hgbotStatusscheduled => resolved
2017-06-06 08:39hgbotResolutionopen => fixed
2017-06-06 08:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/834ecd3f3ac67dd64a8b0f67b11af239d82487a0 [^]
2017-06-07 08:57SandrahuguetTag Attached: Performance
2017-06-07 19:43marvintmNote Added: 0097196
2017-06-07 19:43marvintmStatusresolved => new
2017-06-07 19:43marvintmResolutionfixed => open
2017-06-12 16:56jorge-garciaStatusnew => scheduled
2017-06-13 12:07hgbotCheckin
2017-06-13 12:07hgbotNote Added: 0097357
2017-06-13 12:07jorge-garciaStatusscheduled => resolved
2017-06-13 12:07jorge-garciaResolutionopen => fixed
2017-06-19 18:51marvintmReview Assigned To => marvintm
2017-06-19 18:51marvintmStatusresolved => closed
2017-06-19 18:51marvintmFixed in Version => RR17Q3

Notes
(0097158)
hgbot   
2017-06-06 08:39   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 834ecd3f3ac67dd64a8b0f67b11af239d82487a0
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jun 05 12:51:01 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/834ecd3f3ac67dd64a8b0f67b11af239d82487a0 [^]

Fixed issue 36100: It is not necessary to save user image in the local
database

Remove left join to image table in context request on login.

Image is not send to the WebPOS.

---
M src/org/openbravo/mobile/core/login/Context.java
---
(0097196)
marvintm   
2017-06-07 19:43   
In OB.UI.Profile.UserInfo we are reading the image of the context to set it in the User Profile window. We need to decide whether to reimplement this part, or remove it completely, but right now it's reading an undefined property, and this code should not remain as it is.
(0097357)
hgbot   
2017-06-13 12:07   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b428e42c43576b3399366ff821a018867c785392
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jun 13 12:06:21 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b428e42c43576b3399366ff821a018867c785392 [^]

Related to issue 36100: It is not necessary to save user image in the local
database

When the user popup is opened, a request is sent to the server to retrieve
the user image from database and is set to the popup

A new method has been created in loginUtils to search for the image.

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
---