Can't unclaim post after cancelling from 'Revise post'

Select ‘Revise post’ for a pending queued post (that isn’t claimed), don’t select ‘Send PM’ but cancel instead. The text now says ‘You’ve claimed this item and can review it.’ and no x button is next to the text so can’t be unclaimed.

Also, shouldn’t the post return to being unclaimed if prior to selecting ‘Revise post’ the post wasn’t claimed and you’ve opted to cancel when on ‘Revise post’?

Installed version: 3.5.0.beta7-dev (1f2efa7954)

Thanks for the bug report, @T_Disco! I’ve just merged a fix for it:

For any reviewable items that are stuck as claimed after you upgrade, you’ll be able to unclaim them by opening the Revise Post dialog, then cancelling out of it.

In our site, Discourse.SiteSettings.reviewable_claiming is set to False (so the frontend does not show any claim/unclaim button). However, when I click ‘Revise post’, the whole topic is automatically claimed by me. In such case, can the topic still be able to be unclaimed when your MR is merged and takes effect?

Event when reviewable_claiming is set to false, the automatic claiming happens when performing a moderation action that requires a multiple steps. This helps to address a problem we were seeing where multiple moderators would work simultaneously on the same reviewable item: by automatically claiming it when the first moderator starts editing, revising, or performing other complex moderation actions, subsequent moderators wouldn’t waste time working on the same one.

Any automatically claimed reviewable should be automatically unclaimed when you either finish moderating the reviewable, or cancel out of process.

2 Likes

Hi @pento,

Thanks for the fix. I’m not sure if this is related to the fix or not but now when on the review queue if I claim/unclaim a post it also claims/unclaims the other posts in the queue.

Installed: 3.5.0.beta8-dev (b20d6792bf)

Thanks for the extra report, @T_Disco! I haven’t been able to reproduce this issue, though I did run into a related bug that I’ve just merged a fix for:

Could you see if you can still reproduce it, and let me know specific steps to make it happen?

2 Likes

Thanks @pento for explaining. Previously the automatically-claimed topic stays claimed even when I resolve all its current reviewble items, so all its future flags can only be responded by me, which is annoying. Should I expect the PR fix this? :slight_smile:

This topic was automatically closed after 3 days. New replies are no longer allowed.