pollka-devs team mailing list archive
-
pollka-devs team
-
Mailing list archive
-
Message #00004
[Bug 618313] [NEW] Count of total votes placed allows non-integer values
Public bug reported:
In admin.php, my vote count now reads "There were 2 voters registered
and 0.5 vote sets were validated by email tokens" after some fiddling
around with test data in the db. I suspect that this is less likely when
there isn't someone monkeying around with the backend in mid-poll, but
still, a vote set should be discrete (and would probably be simplest as
a count of auth tokens validated rather than calculated from # of
questions answered).
** Affects: pollka
Importance: Undecided
Status: New
--
Count of total votes placed allows non-integer values
https://bugs.launchpad.net/bugs/618313
You received this bug notification because you are a member of Pollka
Developers, which is subscribed to pollka.
Status in Pollka Polling Software: New
Bug description:
In admin.php, my vote count now reads "There were 2 voters registered and 0.5 vote sets were validated by email tokens" after some fiddling around with test data in the db. I suspect that this is less likely when there isn't someone monkeying around with the backend in mid-poll, but still, a vote set should be discrete (and would probably be simplest as a count of auth tokens validated rather than calculated from # of questions answered).
Follow ups
References