liquid_feedback_frontend

diff app/main/index/index.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 00d1004545f1
children 4f39f0a0d5b5
line diff
     1.1 --- a/app/main/index/index.lua	Sun Mar 07 15:20:51 2010 +0100
     1.2 +++ b/app/main/index/index.lua	Sun Mar 07 15:36:54 2010 +0100
     1.3 @@ -197,7 +197,9 @@
     1.4  end
     1.5  
     1.6  local initiatives_selector = Initiative:new_selector()
     1.7 +  :join("issue", "_issue_state", "_issue_state.id = initiative.issue_id")
     1.8    :join("initiator", nil, { "initiator.initiative_id = initiative.id AND initiator.member_id = ? AND initiator.accepted ISNULL", app.session.member.id })
     1.9 +  :add_where("_issue_state.closed ISNULL AND _issue_state.half_frozen ISNULL")
    1.10  
    1.11  if initiatives_selector:count() > 0 then
    1.12    ui.container{

Impressum / About Us