Openbravo Issue Tracking System - POS2
View Issue Details
0047118POS2Corepublic2021-06-14 12:362021-06-21 07:20
caristu 
caristu 
hightrivialhave not tried
closedfixed 
5
 
 
No
0047118: System maintenance message is not user friendly
When the "system under maintenance" message is shown, it contains some
tags which should not appear as they make the message to be not user friendly
1- Login and logout in new POS
2- Run ant smartbuild -Dlocal=no
3- Without restarting tomcat, try to login again and check that the displayed message contains
tags (see attached)
No tags attached.
png messageBR.png (55,577) 2021-06-14 12:36
https://issues.openbravo.com/file_download.php?file_id=15914&type=bug
png
Issue History
2021-06-14 12:36caristuNew Issue
2021-06-14 12:36caristuAssigned To => Retail
2021-06-14 12:36caristuFile Added: messageBR.png
2021-06-14 12:36caristuResolution time => 1628460000
2021-06-14 12:36caristuTriggers an Emergency Pack => No
2021-06-14 13:34guilleaerStatusnew => acknowledged
2021-06-16 10:09caristuAssigned ToRetail => caristu
2021-06-17 14:25hgbotNote Added: 0129612
2021-06-21 07:20hgbotResolutionopen => fixed
2021-06-21 07:20hgbotStatusacknowledged => closed
2021-06-21 07:20hgbotNote Added: 0129670
2021-06-21 07:20hgbotNote Added: 0129671
2021-06-21 07:20hgbotNote Added: 0129672

Notes
(0129612)
hgbot   
2021-06-17 14:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/567 [^]
(0129670)
hgbot   
2021-06-21 07:20   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 4575554ac8bb0d2a72e5b4d3852a5e4234f9531a
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2021-06-21T05:20:19+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/4575554ac8bb0d2a72e5b4d3852a5e4234f9531a [^]

fixes ISSUE-47118: process
tag in translatable labels

  The Translate component is able to process
tags included in a
label in order to correctly represent the line breaks. This is done in
order to support legacy labels that contains
tags.

  Note that newly created labels shoud not include that tag as line
breaks are correctly preserved by the Translate component.

  Updating also the LoadingForm component to support
on its
messages by using the Translate component.

---
M web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx
M web-jspack/org.openbravo.core2/src/components/Translate/Translate.jsx
M web-jspack/org.openbravo.core2/src/components/Translate/__test__/Translate.test.jsx
M web-jspack/org.openbravo.core2/src/components/Translate/__test__/TranslateLabels.test.json
---
(0129671)
hgbot   
2021-06-21 07:20   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 16c21453889d8302bd699e6a3d3a237a73dd48df
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2021-06-21T05:20:19+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/16c21453889d8302bd699e6a3d3a237a73dd48df [^]

related to ISSUE-47118: improve LoginForm message box style

  Improve the message box style in LoginForm component to display login
page correctly when the message is long. In that case, now an scroll bar
is displayed.

---
M web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.scss
---
(0129672)
hgbot   
2021-06-21 07:20   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/567 [^]