liquid_feedback_frontend
diff app/main/initiative/_suggestions.lua @ 41:53a45356c107
Several bugfixes, including bugfix in timeline
- Fixed grouping of multiple new drafts in timeline
- Do not allow to add suggestions when issue is half frozen
- Do not show initiator invitations for (half-)frozen or closed issues
- Fixed problem with duplicates in display of vote-later requests
- Clarified german "member is participating" info text in delegation chain
- Hide inactive members from member listing
- Fixed grouping of multiple new drafts in timeline
- Do not allow to add suggestions when issue is half frozen
- Do not show initiator invitations for (half-)frozen or closed issues
- Fixed problem with duplicates in display of vote-later requests
- Clarified german "member is participating" info text in delegation chain
- Hide inactive members from member listing
| author | bsw | 
|---|---|
| date | Sun Mar 07 15:36:54 2010 +0100 (2010-03-07) | 
| parents | 00d1004545f1 | 
| children | 0849be391140 | 
   line diff
1.1 --- a/app/main/initiative/_suggestions.lua Sun Mar 07 15:20:51 2010 +0100 1.2 +++ b/app/main/initiative/_suggestions.lua Sun Mar 07 15:36:54 2010 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 local initiative = param.get("initiative", "table") 1.5 1.6 -if not initiative.issue.fully_frozen and not initiative.issue.closed and not initiative.revoked then 1.7 +if 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" }