liquid_feedback_frontend

diff app/main/initiative/_show.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
author bsw
date Sun Mar 07 15:36:54 2010 +0100 (2010-03-07)
parents 81586ea68d57
children 0849be391140
line diff
     1.1 --- a/app/main/initiative/_show.lua	Sun Mar 07 15:20:51 2010 +0100
     1.2 +++ b/app/main/initiative/_show.lua	Sun Mar 07 15:36:54 2010 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4    }
     1.5  end
     1.6  
     1.7 -if initiator and initiator.accepted == nil then
     1.8 +if initiator and initiator.accepted == nil and not initiative.issue.half_frozen and not initiative.issue.closed then
     1.9    ui.container{
    1.10      attr = { class = "initiator_invite_info" },
    1.11      content = function()

Impressum / About Us