benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
711 stars 341 forks source link

Vote can't be changed #385

Open iuliach opened 9 months ago

iuliach commented 9 months ago

Steps to reproduce:

  1. Access URL for the vote
  2. Enter correct ID and password
  3. Click on Start
  4. Select one option for the first choice
  5. Attempt to change the vote
  6. Click on Next
  7. Select the second option
  8. Click on Proceed
  9. In the last page, where the user should review the ballot click on Change
  10. In the page displayed, attempt to select another option

Expected results: When user attempts to change the vote, either in the first attempt or second, at clicking Change in Review ballot, the system should allow changing the vote

Actual results: Vote can't be changed, the only option available is by refreshing page, but in this case user is prompted back to th first page, and voting process is starting all over from the beginning.

Vote can't be changed.docx

benadida commented 9 months ago

If I'm reading this right, the issue is that you have to unselect the first choice before changing to the second choice. This is also by design, to prevent a change by mistake. Let me know if I have understood your issue correctly.