Openbravo Issue Tracking System - POS2
View Issue Details
0055871POS2Corepublic2024-06-28 17:132024-08-01 11:35
dorian_robillard 
Rajesh_18 
highmajoralways
closedfixed 
5
 
24Q4 
No
0055871: Dispay issue in the pop up "select customer to assign" when searching for customer
In the pop up "select customer to assign", the result is truncated at the middle of the pop up id the result is large
Log in livebuilds
Create a new customer "Test" with email "aaaaaaaaaaaaaaaaaaaaaaaa@aaaaaaa.com"
Search for the customer 'test' in an empty ticket
The email is truncated in the middle of the pop up even if there is space in the pop up after
Increase the size of the result in the pop up
No tags attached.
png Capture d’écran 2024-06-28 170929.png (130,658) 2024-06-28 17:13
https://issues.openbravo.com/file_download.php?file_id=19961&type=bug
png
Issue History
2024-06-28 17:13dorian_robillardNew Issue
2024-06-28 17:13dorian_robillardAssigned To => Triage Platform Base
2024-06-28 17:13dorian_robillardFile Added: Capture d’écran 2024-06-28 170929.png
2024-06-28 17:13dorian_robillardTriggers an Emergency Pack => No
2024-07-23 11:03cbernerTypedesign defect => defect
2024-07-23 11:03cbernerSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28279#r28279
2024-07-30 14:25AugustoMauchAssigned ToTriage Platform Base => guilleaer
2024-07-30 14:26AugustoMauchNote Added: 0167498
2024-07-30 14:27AugustoMauchStatusnew => acknowledged
2024-07-30 14:43guilleaerAssigned Toguilleaer => Retail
2024-07-30 15:08Rajesh_18Assigned ToRetail => Rajesh_18
2024-07-30 15:08Rajesh_18Statusacknowledged => scheduled
2024-07-31 08:53hgbotNote Added: 0167515
2024-08-01 11:35hgbotNote Added: 0167586
2024-08-01 11:35hgbotResolutionopen => fixed
2024-08-01 11:35hgbotStatusscheduled => closed
2024-08-01 11:35hgbotFixed in Version => 24Q4
2024-08-01 11:35hgbotNote Added: 0167587

Notes
(0167498)
AugustoMauch   
2024-07-30 14:26   
The problem is not in Platform Base. The width of the columns is specified in each grid. POS defines the width to 25 rem here [1], but then it further decreases it to 20 here [2]

[1] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/blob/master/web-jspack/org.openbravo.pos2/src/components/Customer/CustomerSelector/CustomerSelectorGridColumns.config.json [^]
[2] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/blob/master/web-jspack/org.openbravo.pos2/src/components/Customer/CustomerSelector/CustomerCellRender/CustomerCellRender.scss#L22 [^]
(0167515)
hgbot   
2024-07-31 08:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2827 [^]
(0167586)
hgbot   
2024-08-01 11:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2827 [^]
(0167587)
hgbot   
2024-08-01 11:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: b8484697fe3105c0c197b9a8221a664630bfcce4
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 01-08-2024 09:27:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b8484697fe3105c0c197b9a8221a664630bfcce4 [^]

Fixed ISSUE-55871: Customer Email id break in to next lines if the email is large

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerSelector/CustomerCellRender/CustomerCellRender.scss
---