zooniverse / vox

Voting app
Apache License 2.0
0 stars 1 forks source link

Fix #13: Remove active vote state on logout. #14

Closed simoneduca closed 8 years ago

simoneduca commented 8 years ago

Also prevent voting when not logged in.

simoneduca commented 8 years ago

@rogerhutchings should be straightforward.

rogerhutchings commented 8 years ago

fine, but i would add the disabled attribute to buttons as well when logged out

simoneduca commented 8 years ago

@rogerhutchings should be good now.

rogerhutchings commented 8 years ago

Looks like this has introduced a weird bug - I can now vote any number of times on the same issue. This is only increasing the vote count, however, not the votes logged under my uid

rogerhutchings commented 8 years ago

Rebased and merged