You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new poll is created on a proposal after the original poll has been closed, users who have previously voted on the closed poll are unable to vote on the new active poll. The system incorrectly prevents voting by stating that a vote already exists for the user, even though the new poll is active. Ideally, users should be allowed to vote on the new poll, as the previous poll is no longer relevant once closed
Steps to reproduce
Connect wallet.
Create a proposal and add an initial poll.
Vote on that poll using a different wallet.
Close the initial poll using the proposal owner's wallet.
Add a new poll on the same proposal.
Try to vote using same voter on the new poll (as the original poll is now closed).
The system shows an error: "Poll vote for this user already exists."
Area
Proposal Pillar
Domain
preview.gov.tools
Which wallet were you using?
No response
Context
When a new poll is created on a proposal after the original poll has been closed, users who have previously voted on the closed poll are unable to vote on the new active poll. The system incorrectly prevents voting by stating that a
vote already exists for the user
, even though the new poll is active. Ideally, users should be allowed to vote on the new poll, as the previous poll is no longer relevant once closedSteps to reproduce
https://www.loom.com/share/b36f0d7aec0e48cda9cbc5b5cdc3ff90?sid=71942abf-dc43-41f5-8954-44ce8536d8b7
Actual behavior
The system displays an error message stating that the
user has already voted on the poll
, even though the new poll is active.Expected behavior
The user should be able to vote on the new, active poll, even if they previously voted on the now-closed poll.
The text was updated successfully, but these errors were encountered: