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
URL of page:<site>/submissions/view/<id>, <site>/claims/claims/<id>, <site>/admin/submissions/edit/<id> and <site>/admin/claims/edit/<id> (where is the id of the claim/submission in question) Description of bug: When a character has been deleted entirely, if it was ever part of a submission or claim, whether resolved or not, that submission or claim will give out a 500 error, even in the admin version. How was the bug caused (exact steps to reproduce): Add a character to a submission or claim. Delete the character. Go to the submission or claim in either public area or the editing page of the admin section.
Further details
...similar to the previous issue (issue #459), but now specifically submissions and claims, which are technically the same thing. Should also be a decently easy fix here.
The text was updated successfully, but these errors were encountered:
Bug as reported:
(Main branch, last commit parent: da3ebb11)
URL of page:
<site>/submissions/view/<id>
,<site>/claims/claims/<id>
,<site>/admin/submissions/edit/<id>
and<site>/admin/claims/edit/<id>
(where is the id of the claim/submission in question)Description of bug: When a character has been deleted entirely, if it was ever part of a submission or claim, whether resolved or not, that submission or claim will give out a 500 error, even in the admin version.
How was the bug caused (exact steps to reproduce): Add a character to a submission or claim. Delete the character. Go to the submission or claim in either public area or the editing page of the admin section.
Further details
...similar to the previous issue (issue #459), but now specifically submissions and claims, which are technically the same thing. Should also be a decently easy fix here.
The text was updated successfully, but these errors were encountered: