liquid_feedback_frontend
diff app/main/initiative/_suggestions.lua @ 51:0849be391140
Public read access; Read-only API for initiatives; Prepared integration of OpenID
| author | bsw | 
|---|---|
| date | Sun Apr 04 22:05:11 2010 +0200 (2010-04-04) | 
| parents | 53a45356c107 | 
| children | b77e6a17ca77 | 
   line diff
1.1 --- a/app/main/initiative/_suggestions.lua Wed Mar 31 17:50:32 2010 +0200 1.2 +++ b/app/main/initiative/_suggestions.lua Sun Apr 04 22:05:11 2010 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 local initiative = param.get("initiative", "table") 1.5 1.6 -if not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.7 +if app.session.member_id and not initiative.issue.half_frozen and not initiative.issue.closed and not initiative.revoked then 1.8 ui.link{ 1.9 content = function() 1.10 ui.image{ static = "icons/16/comment_add.png" }