Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009079Openbravo ERPA. Platformpublic2009-05-18 12:382009-05-27 14:40
networkb 
dbaz 
immediatetrivialalways
closedfixed 
20rPath Linux
2.40MP3 
2.40MP32.40MP5 
Core
No
0009079: The messages in the application does not show linebreaks
This occurs in any message in the application, either warning, error .....
These messages usually appear on top of the windows do not show linebreaks
1) Logged as System Administrator, go to Application Dictionary || Message and search for 'Process completed successfully' message.

2) Change it by:
Process completed


successfully

In database it is correctly stored as:
Process completed


successfully

select * from ad_message where msgtext like '%successfully%' order by updated desc

3) Run Synchronize Terminology process: Application Dictionary || Synchronize Terminology

When process ends message shown is: Process completed \nsuccessfully
No tags attached.
related to defect 0006379 closed gorka_gil Wrong message when system rebuild process is complete 
blocks defect 00090702.40MP3 closed alostale The messages in the application does not show linebreaks 
Issue History
2009-05-19 11:21rafarodaTypedefect => backport
2009-05-19 11:21rafarodafix_in_branch => 2.40
2009-05-20 08:37alostaleRelationship addedrelated to 0006379
2009-05-20 08:38alostaleNote Added: 0016483
2009-05-20 08:38alostaleAssigned Toalostale => dbaz
2009-05-21 21:25hgbotCheckin
2009-05-21 21:25hgbotNote Added: 0016569
2009-05-21 21:25hgbotStatusscheduled => resolved
2009-05-21 21:25hgbotResolutionopen => fixed
2009-05-21 21:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/a322c1a3d5dce217cbe045f7643e4f76c7a447f7 [^]
2009-05-27 14:40sureshbabuStatusresolved => closed
2009-05-27 14:40sureshbabuNote Added: 0016678
2009-05-27 14:40sureshbabuFixed in Version => 2.40MP5

Notes
(0016483)
alostale   
2009-05-20 08:38   
The fix applied for issue 0006379 should be applied for this one too.
(0016569)
hgbot   
2009-05-21 21:25   
Repository: erp/stable/2.40
Changeset: a322c1a3d5dce217cbe045f7643e4f76c7a447f7
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 21 21:15:20 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/a322c1a3d5dce217cbe045f7643e4f76c7a447f7 [^]

Fixed bug 9079: Now the message shows linebreaks

---
M src/org/openbravo/erpCommon/ad_forms/Heartbeat.java
M src/org/openbravo/erpCommon/ad_forms/Registration.java
M src/org/openbravo/erpCommon/businessUtility/MessageJS.java
M src/org/openbravo/erpCommon/utility/Utility.java
M web/js/default/MessageBox.js
---
(0016678)
sureshbabu   
2009-05-27 14:40   
Tested working fine