Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023418 | Openbravo ERP | A. Platform | public | 2013-03-27 16:15 | 2013-04-07 01:03 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP22 | Fixed in Version | 3.0MP22 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023418: Allow including specific Core Message to the I18N object |
Description | 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. |
Steps To Reproduce | - |
Proposed Solution | 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. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-03-27 16:15 | AugustoMauch | New Issue | |
2013-03-27 16:15 | AugustoMauch | Assigned To | => AugustoMauch |
2013-03-27 16:15 | AugustoMauch | Modules | => Core |
2013-03-27 16:15 | AugustoMauch | OBNetwork customer | => No |
2013-03-27 16:15 | AugustoMauch | Triggers an Emergency Pack | => No |
2013-04-02 11:26 | AugustoMauch | Note Added: 0057559 | |
2013-04-02 11:26 | AugustoMauch | Target Version | => 3.0MP22 |
2013-04-02 11:38 | AugustoMauch | Issue Monitored: shankarb | |
2013-04-02 11:42 | AugustoMauch | Review Assigned To | => shankarb |
2013-04-02 11:43 | hgbot | Checkin | |
2013-04-02 11:43 | hgbot | Note Added: 0057561 | |
2013-04-02 11:43 | hgbot | Status | new => resolved |
2013-04-02 11:43 | hgbot | Resolution | open => fixed |
2013-04-02 11:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3e2bb7d69692c44c78e7548adfafd7439ead2a66 [^] |
2013-04-02 14:09 | shankarb | Note Added: 0057568 | |
2013-04-02 14:09 | shankarb | Status | resolved => closed |
2013-04-02 14:10 | shankarb | Fixed in Version | => 3.0MP22 |
2013-04-07 01:03 | hudsonbot | Checkin | |
2013-04-07 01:03 | hudsonbot | Note Added: 0057753 | |
Notes |
|
|
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 |
|
|
|
|