Openbravo Issue Tracking System - POS2
View Issue Details
0047049POS2Restaurantspublic2021-06-10 09:502021-06-21 16:27
YBataille 
Retail 
normalmajoralways
closedfixed 
5
 
 
No
0047049: JIRA-1593- class "obc2BaseDialog-content " with space
There is a abnormal space character at the end of this Class Name

<div class="obc2BaseDialog-content "><div class="obc2BaseDialog-text" data-testid="obc2ConfirmDialog-text"><div class="">La connexion a été rétablie, cependant votre session a expiré. Vous devrez vous reconnecter pour assurer une bonne synchronisation. Vos tickets en attente seront enregistrés.</div></div></div>

"obc2BaseDialog-content "==>"obc2BaseDialog-content"
It seems to happend When connexion is lost
Connect to the POS .
Simulate a connexion break
Analyse with the Tools
Delete the Space
No tags attached.
depends on backport 0047101TAP closed dmiguelez JIRA-1593- class "obc2BaseDialog-content " with space 
Issue History
2021-06-10 09:50YBatailleNew Issue
2021-06-10 09:50YBatailleAssigned To => Retail
2021-06-10 09:50YBatailleTriggers an Emergency Pack => No
2021-06-14 09:54guilleaerResolution time => 1624485600
2021-06-14 09:55guilleaerStatusnew => scheduled
2021-06-14 09:55guilleaerStatusscheduled => acknowledged
2021-06-14 09:55guilleaerSummaryJiora-1593- class "obc2BaseDialog-content " with space => JIRA-1593- class "obc2BaseDialog-content " with space
2021-06-19 18:16hgbotNote Added: 0129661
2021-06-21 16:27hgbotNote Added: 0129696
2021-06-21 16:27hgbotResolutionopen => fixed
2021-06-21 16:27hgbotStatusacknowledged => closed
2021-06-21 16:27hgbotNote Added: 0129697

Notes
(0129661)
hgbot   
2021-06-19 18:16   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/572 [^]
(0129696)
hgbot   
2021-06-21 16:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/572 [^]
(0129697)
hgbot   
2021-06-21 16:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 3b5db17551901cf437df31719edfa2c7ae091219
Author: David Miguelez <david.miguelez@openbravo.com>
Date: 2021-06-21T14:26:46+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/3b5db17551901cf437df31719edfa2c7ae091219 [^]

Fixes ISSUE-47049. Removes unnecessary space from className

---
M web-jspack/org.openbravo.core2/src/components/BaseDialog/BaseDialog.jsx
---