liquid_feedback_frontend

diff app/main/vote/show_incoming.lua @ 1557:09423cf96e9d

Fixed display of incoming voting weight
author bsw
date Mon Nov 09 18:00:14 2020 +0100 (2020-11-09)
parents 32cc544d5a5b
children 181cf093becd
line diff
     1.1 --- a/app/main/vote/show_incoming.lua	Wed Nov 04 18:51:32 2020 +0100
     1.2 +++ b/app/main/vote/show_incoming.lua	Mon Nov 09 18:00:14 2020 +0100
     1.3 @@ -29,6 +29,7 @@
     1.4    :add_where{ "delegating_voter.issue_id = ?", issue.id }
     1.5    :add_where{ "delegating_voter.delegate_member_ids[1] = ?", member.id }
     1.6    :add_field("delegating_voter.weight", "voter_weight")
     1.7 +  :add_field("delegating_voter.ownweight", "ownweight")
     1.8    :join("issue", nil, "issue.id = delegating_voter.issue_id")
     1.9  
    1.10  

Impressum / About Us