liquid_feedback_frontend

diff app/main/suggestion/_action/add.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 8d91bccab0bf
children 23c98752e697
line diff
     1.1 --- a/app/main/suggestion/_action/add.lua	Sun Mar 07 15:20:51 2010 +0100
     1.2 +++ b/app/main/suggestion/_action/add.lua	Sun Mar 07 15:36:54 2010 +0100
     1.3 @@ -25,8 +25,8 @@
     1.4  if issue.closed then
     1.5    slot.put_into("error", _"This issue is already closed.")
     1.6    return false
     1.7 -elseif issue.fully_frozen then 
     1.8 -  slot.put_into("error", _"Voting for this issue has already begun.")
     1.9 +elseif issue.half_frozen then 
    1.10 +  slot.put_into("error", _"This issue is already frozen.")
    1.11    return false
    1.12  end
    1.13  

Impressum / About Us