Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019156 | Openbravo ERP | Z. Others | public | 2011-11-23 17:05 | 2011-11-30 12:37 |
|
Reporter | jonalegriaesarte | |
Assigned To | alostale | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP6 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019156: Translation in Query Widget Columns is not exportable |
Description | Translation in Query Widget Columns is not exportable and, therefore, not possible to package in a translation module. |
Steps To Reproduce | - Create a Query Widget with at list one column
- Translate the column name into a different language in "Column Translation" tab
- Export the language
- Notice that no xml has been created for "OBCQL_Query_Column_Trl" table
To reproduce it faster you can translate one of the out-of-the-box existing Query
Widgets (e.g. Invoices pending to collect). |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0019197 | | acknowledged | Triage Platform Base | Design defects in export translation process | related to | defect | 0019195 | | closed | alostale | Widget menu entries translations are not exported |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-23 17:05 | jonalegriaesarte | New Issue | |
2011-11-23 17:05 | jonalegriaesarte | Assigned To | => alostale |
2011-11-23 17:05 | jonalegriaesarte | Modules | => Core |
2011-11-25 17:08 | jmon | Issue Monitored: jmon | |
2011-11-28 15:18 | alostale | Relationship added | related to 0019195 |
2011-11-28 16:24 | alostale | Relationship added | related to 0019197 |
2011-11-28 16:26 | alostale | Note Added: 0043409 | |
2011-11-28 16:28 | alostale | Note Added: 0043410 | |
2011-11-28 16:36 | hgbot | Checkin | |
2011-11-28 16:36 | hgbot | Note Added: 0043413 | |
2011-11-28 16:36 | hgbot | Status | new => resolved |
2011-11-28 16:36 | hgbot | Resolution | open => fixed |
2011-11-28 16:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/323950c8eb3166f362410156df8d99d3ff1f1f4b [^] |
2011-11-30 12:29 | marvintm | Note Added: 0043429 | |
2011-11-30 12:29 | marvintm | Status | resolved => closed |
2011-11-30 12:37 | hudsonbot | Checkin | |
2011-11-30 12:37 | hudsonbot | Note Added: 0043569 | |
Notes |
|
|
The root cause for this problem is in the export translation process design itself (see issue 1 in 0019197).
Currently trl tables are exported in case its parent or grand parent table has an ad_module_id column. To fix the issue we are adding an additional level to look for ad_module_id (up to grand-grand parent). |
|
|
|
|
|
(0043413)
|
hgbot
|
2011-11-28 16:36
|
|
Repository: erp/devel/pi
Changeset: 323950c8eb3166f362410156df8d99d3ff1f1f4b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 28 16:34:20 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/323950c8eb3166f362410156df8d99d3ff1f1f4b [^]
fixed bug 19156: Translation in Query Widget Columns is not exportable
Adding an additional level when looking for ad_module_id column in *trl
tables
---
M src/org/openbravo/erpCommon/ad_forms/TranslationManager.java
M src/org/openbravo/erpCommon/ad_forms/Translation_data.xsql
---
|
|
|
|
Reviewed the diff to look for regressions, and tested that the table contents are exported, and that when the resulting XML exists in a translation module, its contents are correctly imported. |
|
|
|
|