liquid_feedback_frontend
diff app/main/unit/show.lua @ 870:cf0b64e101d9
Added missing tabs for public access levels "all_pseudonymos" and "everything"
author | bsw |
---|---|
date | Fri Aug 17 20:52:56 2012 +0200 (2012-08-17) |
parents | 7878f3c20a86 |
children | 701a5cf6b067 |
line diff
1.1 --- a/app/main/unit/show.lua Fri Aug 17 20:43:59 2012 +0200 1.2 +++ b/app/main/unit/show.lua Fri Aug 17 20:52:56 2012 +0200 1.3 @@ -86,7 +86,7 @@ 1.4 } 1.5 } 1.6 1.7 -if app.session.member_id then 1.8 +if app.session:has_access("all_pseudonymous") then 1.9 tabs[#tabs+1] = { 1.10 name = "eligible_voters", 1.11 label = _"Eligible voters",