liquid_feedback_frontend
diff app/main/area/_head.lua @ 795:7878f3c20a86
Fixed missing unit/area info and action links
author | bsw |
---|---|
date | Fri Jun 29 03:36:59 2012 +0200 (2012-06-29) |
parents | e370594368e8 |
children | 3378ea16007f |
line diff
1.1 --- a/app/main/area/_head.lua Fri Jun 29 00:58:51 2012 +0200 1.2 +++ b/app/main/area/_head.lua Fri Jun 29 03:36:59 2012 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 area:load_delegation_info_once_for_member_id(app.session.member_id) 1.5 1.6 if not param.get("hide_unit", atom.boolean) then 1.7 - execute.view{ module = "unit", view = "_head", params = { unit = area.unit } } 1.8 + execute.view{ module = "unit", view = "_head", params = { unit = area.unit, member = member } } 1.9 end 1.10 1.11 ui.container{ attr = { class = "area_head" }, content = function()