Bug #4089
Unable to activate a theme when browsing in a language distinct to english
Status: | Verified | Start date: | ||
---|---|---|---|---|
Priority: | Critical | Due date: | ||
Assignee: | Jesús García Crespo | % Done: | 0% | |
Category: | - | |||
Target version: | Release 1.3 | |||
Google Code Legacy ID: | atom-2141 | Tested version: | ||
Sponsored: | Requires documentation: |
Description
Google user: tha.jonh...@gmail.com
To reproduce this error:
========================
1) Switch to spanish
2) Go to Admin > Themes
3) Click the checkbox on the right of a theme to select it
4) Submit
Resulting error: ================
After submit theme hasn't changed. The same previous theme is enabled.
Expected result: ================
Theme change.
Extra information: ==================
I've seen that this procedure generates a row for spanish in the setting_i18n table. It seems qubit continues reading the english setting.
[g] Legacy categories: Theming
Related issues
History
#1 Updated by Anonymous over 10 years ago
I mean:
mysql> SELECT culture FROM setting s LEFT JOIN setting_i18n si18n on s.id =si18n.id where name='plugins';-------
| culture |-------
| en |
| es |-------
#2 Updated by Jesús García Crespo over 10 years ago
- Priority set to High
- Target version set to Release 1.2
[g] Labels added: Priority-High, Milestone-Release-1.2, Component-Plugins
[g] New owner: Jesús García Crespo
#3 Updated by David Juhasz over 10 years ago
- Target version set to Release 1.3
Roll over to Release 1.3
[g] Labels added: Milestone-Release-1.3
#5 Updated by David Juhasz almost 10 years ago
- Priority changed from High to Critical
[g] Labels added: Priority-Critical
[g] Labels removed: Priority-High
#6 Updated by Anonymous almost 10 years ago
- Missing comment -
#7 Updated by Jesús García Crespo almost 10 years ago
Jonhattan, good catch! Thank you for your report. Fixed in r12096.
#8 Updated by Jessica Bushey almost 10 years ago
- Status changed from New to Verified
Tested in multiple languages and all themes. Working.