User tests: Successful: Unsuccessful:
Fix #806
Bug: The users language
parameter (if set) overrides the session language
parameter (if set) causing the current language to be "resetted" to the users parameter language.
This happens if the following criteria are met:
The Application class now has a method to get the current language tag.
Now the language code present in the session (if so) is preferred over the user parameter. I guess that this should be the right behaviour.
Note: While I completely dislike adding even more code to the Application class, I swear that I will move the loadLanguage()
method to the LanguageHelper
class "soonish"
Check that the erroneous behaviour described in #806 is fixed.
@b2z would you mind checking that nothing broke with the user param please?
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-25 05:04:40 |
Closed_By | ⇒ | b2z |
Tested?