Openbravo Issue Tracking System - POS2
View Issue Details
0055116POS2POSpublic2024-04-08 09:582024-04-23 09:31
Lcazaux 
Triage Platform Base 
highminoralways
closedfixed 
5
 
24Q3 
No
0055116: "Desasignar" button is cut on a client info pop up
"Desasignar" button is cut on a client info pop up
Go to the POS
Assign a client to the ticket
Open the information of the client (with the multicomponent info)
If the client is already assigned, you will have the green button option "Desasignar" but it is cut
They should be in a format that allows the display of the word without cutting it
No tags attached.
related to defect 0054594 new Triage Platform Base Buttons footer gaps 
png image (55).png (98,276) 2024-04-08 09:58
https://issues.openbravo.com/file_download.php?file_id=19624&type=bug
png
Issue History
2024-04-08 09:58LcazauxNew Issue
2024-04-08 09:58LcazauxAssigned To => Retail
2024-04-08 09:58LcazauxFile Added: image (55).png
2024-04-08 09:58LcazauxTriggers an Emergency Pack => No
2024-04-09 09:25guilleaerTypedesign defect => defect
2024-04-09 09:25guilleaerStatusnew => acknowledged
2024-04-09 09:26guilleaerRelationship addedrelated to 0054594
2024-04-09 09:27guilleaerAssigned ToRetail => Triage Platform Base
2024-04-22 11:59alostaleSeveritymajor => minor
2024-04-22 15:34hgbotNote Added: 0163536
2024-04-22 23:45AugustoMauchStatusacknowledged => scheduled
2024-04-23 09:31hgbotNote Added: 0163576
2024-04-23 09:31hgbotResolutionopen => fixed
2024-04-23 09:31hgbotStatusscheduled => closed
2024-04-23 09:31hgbotFixed in Version => 24Q3
2024-04-23 09:31hgbotNote Added: 0163577

Notes
(0163536)
hgbot   
2024-04-22 15:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1470 [^]
(0163576)
hgbot   
2024-04-23 09:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1470 [^]
(0163577)
hgbot   
2024-04-23 09:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 38bf77b75aa28115d09d508ed02cb65b8555886a
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 23-04-2024 07:20:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/38bf77b75aa28115d09d508ed02cb65b8555886a [^]

Fixes ISSUE-55116: ResponsibleToolbar button have the proper with

The problem was that when inheriting from obc2StandardButton in obc2SequentialToolbar-button,
the toolbar type was selected instead of the action type, and as a consequence the wrong
button width was being used

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