Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037262
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformminorhave not tried2017-11-08 11:572017-11-10 13:09
ReportercaristuView Statuspublic 
Assigned Tocaristu 
PriorityimmediateResolutionfixedFixed in Version3.0PR17Q3.2
StatusclosedFix in branchFixed in SCM revision1289a7fd9281
ProjectionnoneETAnoneTarget Version3.0PR17Q3.2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression levelProduction - QA Approved
Regression date2017-05-08
Regression introduced in release3.0PR17Q3
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/554d8c055ea2e7cb078c405634e41c14079bd61e [^]
Triggers an Emergency PackNo
Summary

0037262: Some labels are not properly translated after switching the language

DescriptionSome labels are not properly translated after switching the language. This can be reproduced when there are not modules in "in development" status because in that case the labels are being cached in the client since the changes introduced with the issue 0035852
Steps To Reproduce1) Install the Spanish Localization pack
2) Ensure that there are not modules in "in development" status
3) Log-in as F&B International Group (it has English language by default)
4) Switch to the Spanish language
5) Note that some labels do no appear translated: in the toolbar, profile widget or in the workspace (see attached image).
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0037259 closedcaristu Some labels are not properly translated after switching the language 

-  Notes
(0100364)
hgbot (developer)
2017-11-08 19:18

Repository: erp/backports/3.0PR17Q3.2
Changeset: 1289a7fd9281100cabe767705ed6271ccb5830cd
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 08 18:22:52 2017 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR17Q3.2/rev/1289a7fd9281100cabe767705ed6271ccb5830cd [^]

fixes issue 37262: Some labels are not translated after switching the language

  After the changes introduced on issue 0035852 the labels were being cached together with the rest of the static javascript code. Thus, being in an environment not in "in development" status, the labels were being cached in the language of the first login avoiding the translation when switching to another language afterwards.

  To fix the problem now the component responsible of collecting the labels has been defined as a session dynamic component. This way the labels will be retrieved on every login. And to avoid querying to the database on each login request, the labels are now being cached in the server per language.

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/I18NComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelComponentProvider.java
---
(0100365)
hgbot (developer)
2017-11-08 19:18

Repository: erp/backports/3.0PR17Q3.2
Changeset: a9765d90bea8a317949200f4cbd090cf54d0e943
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 08 18:25:02 2017 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR17Q3.2/rev/a9765d90bea8a317949200f4cbd090cf54d0e943 [^]

related to issue 37262: adapt test cases to the new component's definition

---
M modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/GenerateComponentTest.java
M modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/LabelTest.java
---
(0100438)
alostale (manager)
2017-11-10 13:09

tested + reviewed

- Issue History
Date Modified Username Field Change
2017-11-08 12:29 caristu Type defect => backport
2017-11-08 12:29 caristu Target Version => 3.0PR17Q3.2
2017-11-08 19:18 hgbot Checkin
2017-11-08 19:18 hgbot Note Added: 0100364
2017-11-08 19:18 hgbot Status scheduled => resolved
2017-11-08 19:18 hgbot Resolution open => fixed
2017-11-08 19:18 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q3.2/rev/1289a7fd9281100cabe767705ed6271ccb5830cd [^]
2017-11-08 19:18 hgbot Checkin
2017-11-08 19:18 hgbot Note Added: 0100365
2017-11-08 19:25 caristu Review Assigned To => alostale
2017-11-10 13:09 alostale Note Added: 0100438
2017-11-10 13:09 alostale Status resolved => closed
2017-11-10 13:09 alostale Fixed in Version => 3.0PR17Q3.2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker