We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On testing, proposals are not closed when they expire. This was tested with a proposal that closed more than two months ago.
testing
Even though the proposal has expired, the "Change vote" link remains, and works.
Even though the proposal has expired, the user can change their vote.
When proposals expire, they should be closed. This means that:
STATUS_FAILED
STATUS_PASSED
The text was updated successfully, but these errors were encountered:
Apparently this error message is the cause of the issue:
Sorry, something went wrong.
SebinSong
Successfully merging a pull request may close this issue.
Problem
On
testing
, proposals are not closed when they expire. This was tested with a proposal that closed more than two months ago.Even though the proposal has expired, the "Change vote" link remains, and works.
Even though the proposal has expired, the user can change their vote.
Solution
When proposals expire, they should be closed. This means that:
STATUS_FAILED
orSTATUS_PASSED
STATUS_FAILED
orSTATUS_PASSED
should not be able to be voted on by any memberThe text was updated successfully, but these errors were encountered: