Openbravo Issue Tracking System - POS2
View Issue Details
0048962POS2Restaurantspublic2022-04-04 14:542022-10-25 12:28
timothee_catteeuw 
meriem_azaf 
normalminoralways
closedfixed 
5
 
23Q1 
No
0048962: JIRA 2073 - Assign a client --> Display KO when error
When trying to assign a client to the ticket and this client does not exist, an error message appears and the pop up is KO at the bottom caused by the scroll bar which appears (cf. screenshot)
Login Webpos
Start a new ticket
Click on assign a client function
Assign client popin appears
In "name" field fill in something which does not exist (ex: dfez t)
Click on search button
The client is not found and an error appears --> OK
And scroll bar appears an go down, the display is KO at the bottom --> KO
No tags attached.
png image-20220404-124352.png (45,357) 2022-04-04 14:54
https://issues.openbravo.com/file_download.php?file_id=16841&type=bug
png
Issue History
2022-04-04 14:54timothee_catteeuwNew Issue
2022-04-04 14:54timothee_catteeuwAssigned To => Retail
2022-04-04 14:54timothee_catteeuwFile Added: image-20220404-124352.png
2022-04-04 14:54timothee_catteeuwTriggers an Emergency Pack => No
2022-08-17 14:38AugustoMauchAssigned ToRetail => meriem_azaf
2022-08-17 14:38AugustoMauchStatusnew => scheduled
2022-08-19 14:17hgbotNote Added: 0140246
2022-10-25 12:28hgbotResolutionopen => fixed
2022-10-25 12:28hgbotNote Added: 0142551
2022-10-25 12:28hgbotStatusscheduled => closed
2022-10-25 12:28hgbotFixed in Version => 23Q1
2022-10-25 12:28hgbotNote Added: 0142552

Notes
(0140246)
hgbot   
2022-08-19 14:17   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1146 [^]
(0142551)
hgbot   
2022-10-25 12:28   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1146 [^]
(0142552)
hgbot   
2022-10-25 12:28   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3becf5dd9985a5d91917b14c9402a86b98b230f0
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 25-10-2022 12:24:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3becf5dd9985a5d91917b14c9402a86b98b230f0 [^]

Fixes ISSUE-48962: Assign a client --> Display KO when error

When trying to assign a client to the ticket and this client does not exist, an error message appears and the pop up is KO at the bottom caused by the scroll bar which appears.

The problem was in the height, so we change the value of the height to auto in the obpos2CustomerSelectorDialog.MuiDialog-paperScrollPaper in customerSelector.scss.

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