Openbravo Issue Tracking System - POS2
View Issue Details
0049305POS2POSpublic2022-05-12 11:502022-07-28 08:12
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
22Q4 
No
0049305: Review the css classes used in the product button content component
The product button content needs to be reviewed in terms of css classes used in order to use the classes provided by core2 and pos2.
None
No tags attached.
causes defect 0049920 closed jonae Every time a product button is loaded the system calls the backend to calculate the stock 
Issue History
2022-05-12 11:50jonaeNew Issue
2022-05-12 11:50jonaeAssigned To => jonae
2022-05-12 11:50jonaeTriggers an Emergency Pack => No
2022-05-12 14:20hgbotNote Added: 0137222
2022-05-31 08:16guilleaerStatusnew => scheduled
2022-06-02 00:08guilleaerRelationship addedblocks 0049270
2022-06-07 11:33guilleaerRelationship deletedblocks 0049270
2022-07-26 15:35hgbotResolutionopen => fixed
2022-07-26 15:35hgbotStatusscheduled => closed
2022-07-26 15:35hgbotNote Added: 0139615
2022-07-26 15:35hgbotFixed in Version => 22Q4
2022-07-26 15:35hgbotNote Added: 0139616
2022-07-28 08:12hgbotNote Added: 0139653
2022-08-01 13:04javierRodriguezRelationship addedcauses 0049920

Notes
(0137222)
hgbot   
2022-05-12 14:20   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/955 [^]
(0139615)
hgbot   
2022-07-26 15:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/955 [^]
(0139616)
hgbot   
2022-07-26 15:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 00881dae80ffe97413da3024690c16ee05643c54
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 26-07-2022 13:35:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/00881dae80ffe97413da3024690c16ee05643c54 [^]

Fixes ISSUE-49305: Review the css classes used in the product button content component

---
A web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/calculateProductButtonLineClamp.js
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButton.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContent.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContentImg.config.json
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContentImg.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContentNoImg.config.json
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/__test__/ProductButtonContent.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentImage/ProductButtonContentImage.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentImage/ProductButtonContentImage.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentName/ProductButtonContentName.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentPrice/ProductButtonContentPrice.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentQty/ProductButtonContentQty.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentStock/ProductButtonContentStock.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductPopover/__test__/ProductPopover.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductButton/__test__/ProductButton.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductKeymap/ProductKeymap.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductKeymap/__test__/ProductKeymap.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/FilteredProductsKeymap/__test__/FilteredProductsKeymap.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Service/FinalMandatoryServiceConfiguration/__test__/FinalMandatoryServiceConfiguration.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx
---
(0139653)
hgbot   
2022-07-28 08:12   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 5ea433e6592d1faf89b7a2733d53804e6d7cc482
Author: jonalegria <jon.alegria@openbravo.com>
Date: 28-07-2022 08:12:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/5ea433e6592d1faf89b7a2733d53804e6d7cc482 [^]

Fixes ISSUE-49305: Fixes cypress build error because pricing is over the product name

---
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/ServiceConfigurationStep.scss
---