Bug 947176 - WebAdmin do not change language to english
Summary: WebAdmin do not change language to english
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-webadmin
Version: 3.1 GA
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: 3.3
Assignee: Alexander Wels
QA Contact:
URL:
Whiteboard: ux
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-01 19:06 UTC by Paulo Henrique Alves
Modified: 2013-09-23 07:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-23 07:35:29 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 11047 0 None None None Never

Description Paulo Henrique Alves 2013-04-01 19:06:43 UTC
Description of problem:
WebAdmin do not change language to english when my default browser locale is not equals "en".

Version-Release number of selected component (if applicable): 3.1

How reproducible:
Use a Browser with default locale pt_br

Steps to Reproduce:
1. Access portal, the default language selected is "Português do Brasil"
2. Change language to "English"
  
Actual results:
1. Access portal, the default language selected is "Português do Brasil"
2. Change language to "English"
3. The page reload and return with selected "Portueguês do Brasil"

Expected results:
1. Access portal, the default language selected is "Português do Brasil"
2. Change language to "English"
3. The page reload and return with selected "English"

Additional info:
I checked in select tag that in option language "English" is locale=default and "Português do Brasil" is locale=pt_br.

To correct this bug I change line in file /usr/share/ovirt-engine/engine.ear/root.war/index.html

From
<a href="webadmin">Web Admin Portal</a>
To
<a href="webadmin/webadmin/WebAdmin.html?locale=en">Web Admin Portal</a>

Comment 1 Itamar Heim 2013-08-21 16:42:34 UTC
as RC is built, moving to ON_QA (hopefully did not catch incorrect bugs when doing this)

Comment 2 Itamar Heim 2013-09-23 07:35:29 UTC
closing as this should be in 3.3 (doing so in bulk, so may be incorrect)


Note You need to log in before you can comment on or make changes to this bug.