Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    I'm starting to look into this right now. In the meantime, are you able to share with me an example of a post that you tried to delete but got an error message for? Low Quality queue and Late Answers are using the exact same function to dictate delete permissions logic so any problem in one of them is likely to be a problem in both.
    – kristinalustig StaffMod
    Commented Sep 1, 2021 at 13:20
  • @kristinalustig I can have a look, but I've exhausted my quota for today - can you wait until tomorrow? In the meantime, I found a way to 'trick' the system: I downvote first, then select "Delete" and then (review is now complete), go back and undo my downvote. (But maybe I shouldn't be telling you that I'm doing this ...) Commented Sep 1, 2021 at 13:22
  • But the "Delete" button still works in Low quality answers: stackoverflow.com/review/low-quality-posts/29715462 Also, I definitely tried "Delete" on one post (today) that was zero-scored and it failed. Commented Sep 1, 2021 at 13:26
  • 1
    Thanks for the extra info. That "trick" you just mentioned might actually be a hint as to why it's not working! I'll dig into it a bit more.
    – kristinalustig StaffMod
    Commented Sep 1, 2021 at 13:34
  • @kristinalustig For example: gis.stackexchange.com/review/late-answers/214233 It says "You cannot delete this post" Commented Sep 1, 2021 at 14:10
  • 5
    Hah - I figured it out! Deep in the depths of our Delete code was a check to make sure that deletions from review were actually from review, and it just manually checked only for the Low Quality queue instead of for any queue that has the delete functionality built in. I should be able to get this fix out today or tomorrow. Thanks for the examples and details, all.
    – kristinalustig StaffMod
    Commented Sep 1, 2021 at 14:51