Openbravo Issue Tracking System - POS2 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0051764 | POS2 | POS | public | 2023-03-02 16:55 | 2023-03-02 16:55 |
Reporter | migueldejuana | ||||
Assigned To | Triage Platform Base | ||||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0051764: BaseButtonGroup must use StandardButton instead of BaseButton | ||||
Description | BaseButtonGroup is using BaseButton and therefore it has not some of the css features shared by all buttons that are defined in StandardButton. | ||||
Steps To Reproduce | n/a | ||||
Proposed Solution | <BaseButton key={`obc2BaseButtonGroupOption_${currentElementValue}`} testId={`obc2BaseButtonGroupOption_${currentElementValue}`} variantClass={`${variantClass} ${ currentElementValue === value ? 'selected' : '' } ${icon ? 'withIcon' : ''}`} disabled={disabled} events={() => ({ onLeftClick: () => onChange(currentElementValue) })} > <BaseContent icon={icon} label={label} /> </BaseButton> ); ---> <StandardButton key={`obc2BaseButtonGroupOption_${currentElementValue}`} testId={`obc2BaseButtonGroupOption_${currentElementValue}`} icon={icon} label={label} variantClass={`${variantClass} ${ currentElementValue === value ? 'selected' : '' } ${icon ? 'withIcon' : ''}`} disabled={disabled} events={() => ({ onLeftClick: () => onChange(currentElementValue) })} /> | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2023-03-02 16:55 | migueldejuana | New Issue | |||
2023-03-02 16:55 | migueldejuana | Assigned To | => Triage Platform Base | ||
2023-03-02 16:55 | migueldejuana | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |