# HG changeset patch # User bsw # Date 1605111663 -3600 # Node ID 393ee0a6305430e4c18c21de159f8050b89de31c # Parent dcacc0b98d7061d0fe826d03093dea72dabee5aa Fixed display of incoming delegations for interest diff -r dcacc0b98d70 -r 393ee0a63054 app/main/interest/show_incoming.lua --- a/app/main/interest/show_incoming.lua Wed Nov 11 12:23:48 2020 +0100 +++ b/app/main/interest/show_incoming.lua Wed Nov 11 17:21:03 2020 +0100 @@ -17,6 +17,7 @@ :add_where{ "delegating_interest_snapshot.snapshot_id = ?", issue.latest_snapshot_id } :add_where{ "delegating_interest_snapshot.delegate_member_ids[1] = ?", member.id } :add_field{ "delegating_interest_snapshot.weight" } + :add_field{ "delegating_interest_snapshot.ownweight" } execute.view{ module = "issue", view = "_head", params = { issue = issue, link_issue = true } }