Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006379Openbravo ERPA. Platformpublic2008-12-05 11:102009-04-21 11:09
pjuvara 
gorka_gil 
highminoralways
closedfixed 
5
2.50alpha-r3 
 
Core
No
0006379: Wrong message when system rebuild process is complete
When you rebuild the system after having installed modules, you get the following message:
      
Process completed successfully
System rebuilt successfully.\nReload the context to make the changes available.

The \n is not properly rendered and instead it should be:
      
Process completed successfully
System rebuilt successfully.
Reload the context to make the changes available.

1) Install module
2) Rebuild system
Alternatively, it could be:
      
Process completed successfully
System rebuilt successfully.
Reload the context to make the changes available.
Modularity
has duplicate defect 00068152.50alpha-r6 closed rafaroda Typo in message after rebuilding the module 
has duplicate defect 00090702.40MP3 closed alostale The messages in the application does not show linebreaks 
related to backport 00090792.40MP3 closed dbaz The messages in the application does not show linebreaks 
Issue History
2008-12-05 11:10pjuvaraNew Issue
2008-12-05 11:10pjuvaraAssigned To => rafaroda
2008-12-05 11:10pjuvarasf_bug_id0 => 2392276
2008-12-05 11:10pjuvaraRegression testing => No
2008-12-05 11:10pjuvaraPrioritynormal => high
2008-12-16 18:02rafarodaStatusnew => scheduled
2008-12-16 18:02rafarodaAssigned Torafaroda => gorka_gil
2008-12-16 18:02rafarodafix_in_branch => trunk
2009-01-09 14:50rafarodaTag Attached: Modularity
2009-01-09 15:19svnbotCheckin
2009-01-09 15:19svnbotNote Added: 0012038
2009-01-09 15:19svnbotStatusscheduled => resolved
2009-01-09 15:19svnbotResolutionopen => fixed
2009-01-09 15:19svnbotsvn_revision => 11754
2009-01-09 17:34gorka_gilRelationship addedhas duplicate 0006815
2009-04-21 11:09psarobeStatusresolved => closed
2009-05-20 08:36alostaleRelationship addedhas duplicate 0009070
2009-05-20 08:37alostaleRelationship addedrelated to 0009079

Notes
(0012038)
svnbot   
2009-01-09 15:19   
Repository: openbravo
Revision: 11754
Author: gorka_gil
Date: 2009-01-09 15:19:32 +0100 (Fri, 09 Jan 2009)

Fixed bug 6379 Now, '\n' from database messages are translated to
. For this purpose there is a new method: Utility.formatMessageBDToHtml().

---
U trunk/src/org/openbravo/erpCommon/ad_forms/Heartbeat.java
U trunk/src/org/openbravo/erpCommon/ad_forms/Registration.java
U trunk/src/org/openbravo/erpCommon/ad_process/ApplyModules.java
U trunk/src/org/openbravo/erpCommon/businessUtility/MessageJS.java
U trunk/src/org/openbravo/erpCommon/utility/OBError.java
U trunk/src/org/openbravo/erpCommon/utility/Utility.java
U trunk/src-db/database/sourcedata/AD_MESSAGE.xml
U trunk/web/js/default/MessageBox.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=11754&sc=1 [^]