Openbravo Issue Tracking System - POS2
View Issue Details
0055138POS2Corepublic2024-04-02 17:552024-04-09 11:54
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
24Q224Q2 
No
0055138: StandardInput Dialog buttons does not support big words
For approvals / User inputs it is not possible to use the word "Cancelar" because the aspect is broken. See image
Execute the flow to return a line in POS2
User input appears
Using dev tools change cancel by "Cancelar"
Button aspect is broken (See image)
Remove this css class:

.obc2StandardInputDataDialogButton {
  width: 9.3rem;
  height: 5.6rem;
}
No tags attached.
blocks defect 0055080 closed guilleaer StandardInput Dialog buttons does not support big words 
Issue History
2024-04-09 11:27guilleaerTypedefect => backport
2024-04-09 11:27guilleaerTarget Version => 24Q2
2024-04-09 11:54hgbotResolutionopen => fixed
2024-04-09 11:54hgbotStatusscheduled => closed
2024-04-09 11:54hgbotFixed in Version => 24Q2
2024-04-09 11:54hgbotNote Added: 0162978
2024-04-09 11:54hgbotFixed in Version => 24Q2
2024-04-09 11:54hgbotNote Added: 0162979

Notes
(0162978)
hgbot   
2024-04-09 11:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a1abe19ca46d195d147f217c636b4c988ef50f4b
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 09-04-2024 11:54:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a1abe19ca46d195d147f217c636b4c988ef50f4b [^]

fixed ISSUE-55138: Remove classes which does not allow growing POP buttons

---
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentPanelButtons/GeneratePopButton/GeneratePopButton.scss
---
(0162979)
hgbot   
2024-04-09 11:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 8c7b85ad588f46bda5f647b220006dbeba08f62e
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 09-04-2024 11:53:27
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/8c7b85ad588f46bda5f647b220006dbeba08f62e [^]

fixed ISSUE-55138: Allow standard input footer buttons to grow

---
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/StandardInputDataDialog.scss
---