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 trying to delete an existing protest, clicking on the delete button pop up an alert that says that the protest have been deleted, but it does not.
The text was updated successfully, but these errors were encountered:
It happens because it doesn't really delete the protest, but sets an archived property on it, which we don't condition when we retrieve protests.
We should run a migration to add an archived property on each document (so it'd be easier to query).
When trying to delete an existing protest, clicking on the delete button pop up an alert that says that the protest have been deleted, but it does not.
The text was updated successfully, but these errors were encountered: