Cannot reproduce InlineModeration Post is activated after Action

Marcus

Well-known member
After "de-deleting" and "approving" a post within thread_view, the action is done, and the post is still activated (x) and highlighted. Expected behaviour would be to have the post deselected.
 
This is working as expected for me in XenForo 1.2.4.

After the undelete post or approve post (and delete and unapprove) actions have been completed via inline moderation, the checkbox is unchecked.

Is this another one of those circumstances where your customised board may have an issue that the core software doesn't? Have you tested it on a completely unmodified install? No offence intended...
 
Just for more detail:

Those actions you mention are performed by XenForo_ControllerPublic_InlineMod_Abstract :: executeInlineModAction

Line 130 is:
PHP:
$this->clearCookie();

Clicking inline moderation checkboxes sets a cookie, and that cookie should always be cleared.
 
I'm unable to reproduce this as well. If you can reproduce it on a stock board (stock style, no add-ons), please give specific reproduction steps.
 
Top Bottom