liquid_feedback_frontend
diff app/main/issue/show_tab.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/issue/show_tab.lua Sun Mar 07 15:20:51 2010 +0100 1.2 +++ b/app/main/issue/show_tab.lua Sun Mar 07 15:36:54 2010 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 local voting_requests_selector = issue:get_reference_selector("interested_members_snapshot") 1.5 :join("issue", nil, "issue.id = direct_interest_snapshot.issue_id") 1.6 :add_where("direct_interest_snapshot.voting_requested = false") 1.7 + :add_where("direct_interest_snapshot.event = issue.latest_snapshot_event") 1.8 1.9 local delegations_selector = issue:get_reference_selector("delegations") 1.10