Openbravo Issue Tracking System - POS2
View Issue Details
0049828POS2POSpublic2022-07-18 14:252022-07-29 18:44
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
22Q4 
cberner
No
0049828: Product keymap and filtered keymap needs to have independent css classes to be able to change the layout independently
Product keymap and filtered keymap are sharing css class to implement the layout. This class needs to be particular for each keymap to be able to change them independently.
FilteredProductsKeymap is using class .obpos2AddProductPanel-fallbackProductItemColor which is the same used by ProductKeymap component.
No tags attached.
Issue History
2022-07-18 14:25jonaeNew Issue
2022-07-18 14:25jonaeAssigned To => jonae
2022-07-18 14:25jonaeTriggers an Emergency Pack => No
2022-07-18 14:37hgbotNote Added: 0139392
2022-07-29 18:43hgbotResolutionopen => fixed
2022-07-29 18:43hgbotStatusnew => resolved
2022-07-29 18:43hgbotNote Added: 0139730
2022-07-29 18:43hgbotFixed in Version => 22Q4
2022-07-29 18:43hgbotNote Added: 0139731
2022-07-29 18:44cbernerReview Assigned To => cberner
2022-07-29 18:44cbernerStatusresolved => closed

Notes
(0139392)
hgbot   
2022-07-18 14:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1091 [^]
(0139730)
hgbot   
2022-07-29 18:43   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1091 [^]
(0139731)
hgbot   
2022-07-29 18:43   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 406bf557abc75e2c55be295458bf8c4a4386f29b
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 29-07-2022 16:43:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/406bf557abc75e2c55be295458bf8c4a4386f29b [^]

Fixes ISSUE-49828: Making the css class of product keymap and filtered product keymap independent to be able to modify them independently

Also fixes Services product search categories css class, to be different to the main Product Keymap.
Categories were previously not showing the scrollbar in some customer,
that is due to the skin changing behaviour of base ProductCategories,
this has been fixed by using other css class for the ProductSearch.

---
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/AvailableProductFilterList/AvailableProductFilterList.scss
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/FilteredProductsKeymap/FilteredProductsKeymap.scss
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/ProductSearchContent/ProductSearchContent.config.json
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/ServiceConfigurationProductSearchContentEdit.config.json
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/ServiceConfigurationProductSearchContentNew.config.json
---