Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8
-
None
-
Urgent
-
Patch available
Description
The present dispatcher sitemap internal.xmap is taking the locale directly from the request instead of using the standard method in Forrest: LocaleAction. This leads to inconsistent behaviour: the standard messages (Last updated, Search, etc.) follows the best browser locale available, whatever happens, and appears "fixed" in its locale selection ? it isn't possible to change it, even if other aspects on the current page changes locale.
The fix is to insert LocaleAction action wrapper, and use the locale provided by it.
The fix is to insert LocaleAction action wrapper, and use the locale provided by it.