Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039481Retail ModulesWeb POSpublic2018-10-18 13:522018-10-18 18:56
egoitz 
gorka_gil 
immediatecriticalalways
closedfixed 
5
 
RR19Q1 
marvintm
Production - Confirmed Stable
2018-06-14
RR18Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c77ba5d5024542782c4b0721788a2a0fc26d28c9 [^]
No
0039481: When using remote images the minimized images are not used
After enable the preference to get the images from the backend, the images got on the product selector are not the ones minimized but the big ones.
-Enable the preference to use remote images
-Create the images
-Access to the pos
-Open the developers tool on the networking section
-Use the browse option to find products.
*Check on the developers tool that the request for the images are getting the big images and not the ones that end with _min which are the minimized images.
No tags attached.
depends on backport 0039482RR18Q4 closed gorka_gil When using remote images the minimized images are not used 
depends on backport 0039483RR18Q3.2 closed gorka_gil When using remote images the minimized images are not used 
Issue History
2018-10-18 13:52egoitzNew Issue
2018-10-18 13:52egoitzAssigned To => Retail
2018-10-18 13:52egoitzResolution time => 1539986400
2018-10-18 13:52egoitzRegression level => Production - Confirmed Stable
2018-10-18 13:52egoitzTriggers an Emergency Pack => No
2018-10-18 13:53gorka_gilAssigned ToRetail => gorka_gil
2018-10-18 13:54gorka_gilStatusnew => scheduled
2018-10-18 13:57gorka_gilRegression introduced in release => RR18Q3
2018-10-18 13:57gorka_gilRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c77ba5d5024542782c4b0721788a2a0fc26d28c9 [^]
2018-10-18 14:06gorka_gilRegression date => 2018-06-14
2018-10-18 14:28hgbotCheckin
2018-10-18 14:28hgbotNote Added: 0107438
2018-10-18 14:28hgbotStatusscheduled => resolved
2018-10-18 14:28hgbotResolutionopen => fixed
2018-10-18 14:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c8649531a9127cbb2496cb5f8eda36fa9bea1256 [^]
2018-10-18 18:56marvintmReview Assigned To => marvintm
2018-10-18 18:56marvintmStatusresolved => closed
2018-10-18 18:56marvintmFixed in Version => RR19Q1

Notes
(0107438)
hgbot   
2018-10-18 14:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c8649531a9127cbb2496cb5f8eda36fa9bea1256
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Oct 18 14:21:46 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c8649531a9127cbb2496cb5f8eda36fa9bea1256 [^]

Fixes issue 39481: Fix that product browse and search uses minimized images

Because a regresion when configuring the pos to download the images from the server
were downlaoding the big images instead the minimized ones

---
M web/org.openbravo.retail.posterminal/js/components/renderproduct.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---