Ticket #814 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

If URI has an alias, it is impossible to dynamically switch a language

Reported by: lakiboy Assigned to: jcasanova
Priority: normal Milestone: 0.6.0
Component: module - navigation Severity: not categorised
Keywords: Cc:

Description

Impossible to switch language dynamically, if URI has an alias; example: http://sofmar/index.php/default/lang/ru-windows-1251/ - works; http://sofmar/index.php/about/lang/ru-windows-1251/ - doesn't work ("about" is an alias).

Change History

03/28/06 11:53:48 changed by omniton

should use post method (look at LangSwitcher? block)

04/04/06 10:13:11 changed by jcasanova

Or simply use the classic way of passing args : http://sofmar/index.php/about/?lang=ru-windows-1251 <= works

Though this should be adressed with uri alias improvements

04/04/06 10:25:46 changed by jcasanova

  • owner changed from somebody to jcasanova.
  • status changed from new to assigned.

04/08/06 21:05:44 changed by demian

  • status changed from assigned to closed.
  • resolution set to fixed.