liquidvotingio / decidim-module-liquidvoting

GNU Affero General Public License v3.0
4 stars 0 forks source link

Remove current user from list of potential delegates. #114

Closed jinjagit closed 3 years ago

jinjagit commented 3 years ago

At the moment, the current user appears in the 'choose delegate' selection list in the delegation UI of a Proposal.

We need to filter out the current user from the list of potential delegates (since delegating to one's self is not possible - fails silently, as expected, with a rollback on our api).

jinjagit commented 3 years ago

Closing, as #115 addressed this.