liquid_feedback_frontend
diff model/issue.lua @ 5:afd9f769c7ae
Version beta1
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
Final voting with Schulze-Method is now possible
Many bug fixes and code cleanup
Registration with invite codes
More sort and filter options
Seperated display of "supporters" and "potential supporters"
Optical changes
Flood limit / initiative contigent is now checked by frontend
Neccessary changes to access core beta11
author | bsw/jbe |
---|---|
date | Fri Dec 25 12:00:00 2009 +0100 (2009-12-25) |
parents | 768faea1096d |
children | 8d91bccab0bf |
line diff
1.1 --- a/model/issue.lua Thu Dec 10 12:00:00 2009 +0100 1.2 +++ b/model/issue.lua Fri Dec 25 12:00:00 2009 +0100 1.3 @@ -119,11 +119,7 @@ 1.4 function Issue.object_get:state() 1.5 if self.accepted then 1.6 if self.closed then 1.7 - if self.ranks_available then 1.8 - return "finished" 1.9 - else 1.10 - return "cancelled" 1.11 - end 1.12 + return "finished" 1.13 elseif self.fully_frozen then 1.14 return "voting" 1.15 elseif self.half_frozen then