liquid_feedback_core
changeset 610:22c6d1da7d78
Bugfix regarding "issue_privilege"."voting_right" in "delegation_chain" function
| author | jbe | 
|---|---|
| date | Sat May 16 17:59:54 2020 +0200 (2020-05-16) | 
| parents | 314626831c04 | 
| children | a94f7cb8ed19 | 
| files | core.sql | 
   line diff
1.1 --- a/core.sql Sat May 16 17:22:30 2020 +0200 1.2 +++ b/core.sql Sat May 16 17:59:54 2020 +0200 1.3 @@ -4629,7 +4629,7 @@ 1.4 WHERE "id" = "output_row"."member_id" 1.5 AND "member"."active" 1.6 AND COALESCE( 1.7 - "issue_privilege"."voting_weight", "privilege"."voting_right") 1.8 + "issue_privilege"."voting_right", "privilege"."voting_right") 1.9 ); 1.10 "simulate_here_v" := ( 1.11 "simulate_v" AND