Openbravo Issue Tracking System - POS2
View Issue Details
0051251POS2POSpublic2022-12-28 09:132022-12-28 15:04
guilleaer 
Retail 
normalmajorhave not tried
closedfixed 
5
 
23Q1 
No
0051251: POS2 media images is not working
POS2 media images is not working

Configure POS to work with images and configure media tab (below product) and nothing is working
N/A
No tags attached.
Issue History
2022-12-28 09:13guilleaerNew Issue
2022-12-28 09:13guilleaerAssigned To => Retail
2022-12-28 09:13guilleaerTriggers an Emergency Pack => No
2022-12-28 09:26hgbotNote Added: 0145045
2022-12-28 09:27guilleaerStatusnew => scheduled
2022-12-28 15:04hgbotResolutionopen => fixed
2022-12-28 15:04hgbotStatusscheduled => closed
2022-12-28 15:04hgbotFixed in Version => 23Q1
2022-12-28 15:04hgbotNote Added: 0145055
2022-12-28 15:04hgbotNote Added: 0145056

Notes
(0145045)
hgbot   
2022-12-28 09:26   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1433 [^]
(0145055)
hgbot   
2022-12-28 15:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7c14eafa608a9968eec8170e11169afeaf147b5d
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 28-12-2022 14:04:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7c14eafa608a9968eec8170e11169afeaf147b5d [^]

Fixed ISSUE-51251: Adapt code to make POS2 remote images work

ProductMedia images were not working properly because the properties being accessed were not the proper ones. Example, url instead of uRL(this properties come from hql query and should be used with the exact values).

---
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentImage/ProductButtonContentImage.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopoverImage/ProductPopoverImage.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductScan/ProductScanProductInfo/ProductScanProductInfo.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductScan/ProductScanProductInfo/ProductScanProductInfoImage/ProductScanProductInfoImage.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductScan/ProductScanProductInfo/ProductScanProductInfoImage/__test__/ProductScanProductInfoImage.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductScan/__test__/ProductScan.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/FilteredProductsKeymap/GetFilteredProductsKeymapInfo.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/loadKeymapConfigurations.js
M web-jspack/org.openbravo.pos2/src/core/productImages/ProductImagesService.js
M web-jspack/org.openbravo.pos2/src/core/productImages/__Test__/ProductImagesService.test.js
M web-jspack/org.openbravo.pos2/src/core/productSearch/productSearchEngine.js
---
(0145056)
hgbot   
2022-12-28 15:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1433 [^]