liquid_feedback_frontend

changeset 1571:393ee0a63054

Fixed display of incoming delegations for interest
author bsw
date Wed Nov 11 17:21:03 2020 +0100 (2020-11-11)
parents dcacc0b98d70
children daf87acc39c4
files app/main/interest/show_incoming.lua
line diff
     1.1 --- a/app/main/interest/show_incoming.lua	Wed Nov 11 12:23:48 2020 +0100
     1.2 +++ b/app/main/interest/show_incoming.lua	Wed Nov 11 17:21:03 2020 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4    :add_where{ "delegating_interest_snapshot.snapshot_id = ?", issue.latest_snapshot_id }
     1.5    :add_where{ "delegating_interest_snapshot.delegate_member_ids[1] = ?", member.id }
     1.6    :add_field{ "delegating_interest_snapshot.weight" }
     1.7 +  :add_field{ "delegating_interest_snapshot.ownweight" }
     1.8  
     1.9  execute.view{ module = "issue", view = "_head", params = { issue = issue, link_issue = true } }
    1.10    

Impressum / About Us