# HG changeset patch # User bsw # Date 1340919595 -7200 # Node ID 5ec9e39c4f6ca9be80cf8f7ca8c9c5a743e40a71 # Parent 88e2278e142796d4dde2d22722199f4d514d845f Fixed more event link for areas and units diff -r 88e2278e1427 -r 5ec9e39c4f6c app/main/event/_list.lua --- a/app/main/event/_list.lua Thu Jun 28 23:38:43 2012 +0200 +++ b/app/main/event/_list.lua Thu Jun 28 23:39:55 2012 +0200 @@ -197,7 +197,9 @@ module = request.get_module(), view = request.get_view(), id = param.get_id(), - params = { + params = { + unit_id = for_unit and for_unit.id, + area_id = for_area and for_area.id, tab = param.get_all_cgi()["tab"], events = param.get_all_cgi()["events"], event_max_id = last_event_id