Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023418Openbravo ERPA. Platformpublic2013-03-27 16:152013-04-07 01:03
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
3.0MP223.0MP22 
shankarb
Core
No
0023418: Allow including specific Core Message to the I18N object
All messages that belong to a module other than Core are included in the I18N object. This object is used to retrieve this labels from the client side.

Some time ago it was decided not to include Core messages in I18N, because there was a huge amount of them, and almost every one of them are used only in the server side.

It would be useful to be able to include specific Core labels in th I18N object.
-
Create a new flag in the Message window: Include in I18N.

This flag should only be shown when the message belongs to the Core module (otherwise it is not needed, because in that case the label is already included in the I18N object). If this flag is checked, then the label will be included in the I18N object.
No tags attached.
Issue History
2013-03-27 16:15AugustoMauchNew Issue
2013-03-27 16:15AugustoMauchAssigned To => AugustoMauch
2013-03-27 16:15AugustoMauchModules => Core
2013-03-27 16:15AugustoMauchTriggers an Emergency Pack => No
2013-04-02 11:26AugustoMauchNote Added: 0057559
2013-04-02 11:26AugustoMauchTarget Version => 3.0MP22
2013-04-02 11:38AugustoMauchIssue Monitored: shankarb
2013-04-02 11:42AugustoMauchReview Assigned To => shankarb
2013-04-02 11:43hgbotCheckin
2013-04-02 11:43hgbotNote Added: 0057561
2013-04-02 11:43hgbotStatusnew => resolved
2013-04-02 11:43hgbotResolutionopen => fixed
2013-04-02 11:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3e2bb7d69692c44c78e7548adfafd7439ead2a66 [^]
2013-04-02 14:09shankarbNote Added: 0057568
2013-04-02 14:09shankarbStatusresolved => closed
2013-04-02 14:10shankarbFixed in Version => 3.0MP22
2013-04-07 01:03hudsonbotCheckin
2013-04-07 01:03hudsonbotNote Added: 0057753

Notes
(0057559)
AugustoMauch   
2013-04-02 11:26   
Target version updated to MP22 because a project that is already commited to pi depends on this fix
(0057561)
hgbot   
2013-04-02 11:43   
Repository: erp/devel/pi
Changeset: 3e2bb7d69692c44c78e7548adfafd7439ead2a66
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Apr 02 11:31:54 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3e2bb7d69692c44c78e7548adfafd7439ead2a66 [^]

Fixes issue 23418: It is possible to include core messages in the I18N object

A new flag has been added to the Message header tab, that will only be shown if the selected message belongs to the core module. Checking this flag will result in the inclusion of the message in the OB.I18N object, which can be used to retrieve the label from the client side. By default labels that belong to a module other than core are included, so this flag is not needed in those cases.

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/I18NComponent.java
M modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/model/tables/AD_MESSAGE.xml
M src-db/database/model/triggers/AD_MESSAGE_MOD_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0057568)
shankarb   
2013-04-02 14:09   
Code reviewed and tested in pi changeset 30ee194bb3a5
(0057753)
hudsonbot   
2013-04-07 01:03   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b03a336bd23b [^]

Maturity status: Test