Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019195 | Openbravo ERP | A. Platform | public | 2011-11-28 15:17 | 2011-11-30 12:37 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | 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 | 0019195: Widget menu entries translations are not exported |
Description | Widget menu entries translations are not exported. |
Steps To Reproduce | -Install a translation pack (i.e. Spanish)
-Go to Import/Export translation
-Export the language (i.e. Spanish) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019156 | 3.0MP6 | closed | alostale | Translation in Query Widget Columns is not exportable | related to | design defect | 0019197 | | acknowledged | Triage Platform Base | Design defects in export translation process | related to | defect | 0019201 | | closed | alostale | broken int-api 2587 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-28 15:17 | alostale | New Issue | |
2011-11-28 15:17 | alostale | Assigned To | => alostale |
2011-11-28 15:17 | alostale | Modules | => Core |
2011-11-28 15:18 | alostale | Relationship added | related to 0019156 |
2011-11-28 15:21 | alostale | Note Added: 0043408 | |
2011-11-28 16:35 | alostale | Relationship added | related to 0019197 |
2011-11-28 16:35 | hgbot | Checkin | |
2011-11-28 16:35 | hgbot | Note Added: 0043411 | |
2011-11-28 16:35 | hgbot | Checkin | |
2011-11-28 16:35 | hgbot | Note Added: 0043412 | |
2011-11-28 16:37 | alostale | Status | new => scheduled |
2011-11-28 16:37 | alostale | fix_in_branch | => pi |
2011-11-28 16:38 | alostale | Status | scheduled => resolved |
2011-11-28 16:38 | alostale | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/dd72bcec5a07 [^] |
2011-11-28 16:38 | alostale | Resolution | open => fixed |
2011-11-29 08:09 | alostale | Relationship added | related to 0019201 |
2011-11-30 12:29 | marvintm | Note Added: 0043428 | |
2011-11-30 12:29 | marvintm | Status | resolved => closed |
2011-11-30 12:37 | hudsonbot | Checkin | |
2011-11-30 12:37 | hudsonbot | Note Added: 0043567 | |
2011-11-30 12:37 | hudsonbot | Checkin | |
2011-11-30 12:37 | hudsonbot | Note Added: 0043568 | |
Notes |
|
|
Test plan:
-Install a translation pack (i.e. Spanish)
-Go to Import/Export translation
-Export the language (i.e. Spanish)
-Verify org.openbravo.client.querylist/OBKMO_WIDGET_CLASS_MENU_TRL_es_ES.xml file exists and has contents
Regression test plan:
-Verify the exportation after this fix only adds translation files for this table
-Modify this file changing translation
-Import translation check it is correctly imported |
|
|
(0043411)
|
hgbot
|
2011-11-28 16:35
|
|
|
|
(0043412)
|
hgbot
|
2011-11-28 16:35
|
|
Repository: erp/devel/pi
Changeset: dd72bcec5a077c6a6816355457d073a1a6a44520
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 28 15:34:16 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/dd72bcec5a077c6a6816355457d073a1a6a44520 [^]
fxed bug 19195: Widget menu entries translations are not exported
Changed OBKMO_WidgetClassMenu_Trl.AD_Language column refrence from String to
Table. Being String caused it to be identified as a tranlation text instead of
FK to language table.
---
M modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
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. |
|
|
|
|
|
|
|