liquid_feedback_frontend

changeset 771:5ec9e39c4f6c

Fixed more event link for areas and units
author bsw
date Thu Jun 28 23:39:55 2012 +0200 (2012-06-28)
parents 88e2278e1427
children d440f900413e
files app/main/event/_list.lua
line diff
     1.1 --- a/app/main/event/_list.lua	Thu Jun 28 23:38:43 2012 +0200
     1.2 +++ b/app/main/event/_list.lua	Thu Jun 28 23:39:55 2012 +0200
     1.3 @@ -197,7 +197,9 @@
     1.4      module = request.get_module(),
     1.5      view = request.get_view(),
     1.6      id = param.get_id(),
     1.7 -    params = { 
     1.8 +    params = {
     1.9 +      unit_id = for_unit and for_unit.id,
    1.10 +      area_id = for_area and for_area.id,
    1.11        tab = param.get_all_cgi()["tab"],
    1.12        events = param.get_all_cgi()["events"],
    1.13        event_max_id = last_event_id

Impressum / About Us