liquid_feedback_frontend

changeset 66:e5618928be47

Fixed wrong forward after logout
author bsw
date Thu Apr 22 20:34:02 2010 +0200 (2010-04-22)
parents d63d32c9fb37
children 8e11fb45c688
files app/main/_filter_view/31_logout_button.lua
line diff
     1.1 --- a/app/main/_filter_view/31_logout_button.lua	Thu Apr 22 17:52:47 2010 +0200
     1.2 +++ b/app/main/_filter_view/31_logout_button.lua	Thu Apr 22 20:34:02 2010 +0200
     1.3 @@ -8,7 +8,14 @@
     1.4      image  = { static = "icons/16/stop.png" },
     1.5      text   = _"Logout",
     1.6      module = 'index',
     1.7 -    action = 'logout'
     1.8 +    action = 'logout',
     1.9 +    routing = {
    1.10 +      default = {
    1.11 +        mode = "redirect",
    1.12 +        module = "index",
    1.13 +        view = "index"
    1.14 +      }
    1.15 +    }
    1.16    }
    1.17  end)
    1.18  

Impressum / About Us