liquid_feedback_frontend

diff app/main/delegation/new.lua @ 273:7196685f9dd7

More optical enhancements, more repositioning
author bsw
date Wed Feb 08 18:49:22 2012 +0100 (2012-02-08)
parents 1b8d51e21614
children a72a389399fc
line diff
     1.1 --- a/app/main/delegation/new.lua	Wed Feb 08 00:55:17 2012 +0100
     1.2 +++ b/app/main/delegation/new.lua	Wed Feb 08 18:49:22 2012 +0100
     1.3 @@ -69,9 +69,10 @@
     1.4    routing = {
     1.5      default = {
     1.6        mode = "redirect",
     1.7 -      module = area and "area" or issue and "issue" or "index",
     1.8 -      view = (area or issue) and "show" or "index",
     1.9 +      module = area and "area" or issue and "issue" or "area",
    1.10 +      view = (area or issue) and "show" or "list",
    1.11        id = area and area.id or issue and issue.id or nil,
    1.12 +      params = { unit_id = unit and unit.id or nil }
    1.13      }
    1.14    },
    1.15    content = function()

Impressum / About Us