Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050192
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSminoralways2022-09-07 13:422022-09-09 07:32
ReporterdbazView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in Version22Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0050192: Price tag/label in keymap buttons should have harcoded colors

DescriptionPrice tag in keymap buttons should have harcoded colors

The background should be ALWAYS white (regardless if we are in light or dark theme) and the font color should be ALWAYS black

Inside file "ProductButtonContentPrice.scss"
we have

.obpos2ProductButtonContent-price {
  ...
  background-color: var(--obc2-color-surface-inverse);
  color: var(--obc2-color-on-surface-inverse);
  ...
}

and we should have

.obpos2ProductButtonContent-price {
  ...
  background-color: white;
  color: black;
  ...
}

Inside file "ProductButtonContentImg.scss" the same change in the class ".obpos2ProductButtonContent-price_demo"
Steps To Reproduce.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0140808)
hgbot (developer)
2022-09-07 14:22

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1185 [^]
(0140879)
hgbot (developer)
2022-09-09 07:32

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 8bccbc2aca42e40430126c92a2ce1af8a440fcf9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 09-09-2022 05:32:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/8bccbc2aca42e40430126c92a2ce1af8a440fcf9 [^]

Fixed ISSUE-50192: Product Price labels should have hardcoded colours
* Product Price should have label color as black and bg colour as white

---
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContent/ProductButtonContentImg.scss
M web-jspack/org.openbravo.pos2/src/components/ProductButton/ProductButtonContentPrice/ProductButtonContentPrice.scss
---
(0140880)
hgbot (developer)
2022-09-09 07:32

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1185 [^]

- Issue History
Date Modified Username Field Change
2022-09-07 13:42 dbaz New Issue
2022-09-07 13:42 dbaz Assigned To => Retail
2022-09-07 13:42 dbaz Triggers an Emergency Pack => No
2022-09-07 13:48 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2022-09-07 13:48 ranjith_qualiantech_com Status new => scheduled
2022-09-07 14:22 hgbot Note Added: 0140808
2022-09-07 18:23 dbaz Description Updated View Revisions
2022-09-07 18:26 dbaz Description Updated View Revisions
2022-09-09 07:32 hgbot Resolution open => fixed
2022-09-09 07:32 hgbot Status scheduled => closed
2022-09-09 07:32 hgbot Fixed in Version => 22Q4
2022-09-09 07:32 hgbot Note Added: 0140879
2022-09-09 07:32 hgbot Note Added: 0140880


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker