A new review queue layout with all new features

Currently, the registerReviewableActionModal interface in the frontend plugin API only registers modals to the old review queue layout:

However, the new layout fully supports this feature.

I am curious as to whether this was an intentional design choice, or simply an oversight?

1 Like

Ah, I understand. The difference with the new solution is that “unclaim” happens automatically after the review is actioned.

In case another moderator claimed but did not action, another moderator can remove the claim and then claim it themselves.

2 Likes

Thank you for spotting this issue. Definitely, it was an oversight.

I have PR with the fix for this problem :crossed_fingers:

https://github.com/discourse/discourse/pull/37023

2 Likes

Recently the review queue starting popping up notifications about incoming email from newsletters. I now need to validate each known staged user posting in dedicated categories set up for receiving email. Before these were automatically creating topics, but now they’re filtered.

Yet, I didn’t see any way to put those users on an allow list. Is there any option to do so?