OpenSlides / openslides-voting

Voting plugin for OpenSlides 2.x
MIT License
5 stars 4 forks source link

TypeError in register_vote_and_proxy_votes() #100

Closed emanuelschuetze closed 6 years ago

emanuelschuetze commented 6 years ago
emanuelschuetze commented 6 years ago

I get this error also with VoteCollector tests. It would be helpful to fix this asap. @jwinzer or @FinnStutzenstein Can somebody look at this error?

jwinzer commented 6 years ago

Line 186 needs to be: self._register_vote_and_proxy_votes(vote, proxy.delegate, device, result_token)

FinnStutzenstein commented 6 years ago

Please add this in #97 .

emanuelschuetze commented 6 years ago

Done in #97