As designed Different reaction at move threads in the same forum

Romchik®

Well-known member
Small bug (1.0.4).

First way.
move-1.webp
Forum report an error. Everything is logical and correct.
All selected threads are already in the destination forum. Please select another forum.
Second way.
move-2.webp
Nothing happens. And where is the error? :)
 
Those two move actions are handled differently:

Inline moderation - XenForo_Model_InlineMod_Thread::moveThreads
Thread tools - XenForo_ControllerPublic_Thread::actionMove

The thread tools option doesn't error when the destination is the same, unlike inline moderation.

I would say the check is more important for inline moderation because completing the action results in the inline selections being cleared. Compare that with thread tools where nothing is lost in completing the null move, and an error message wastes no less time than opening the thread again or clicking back in your browser. Nothing is gained by adding a new error message.
 
Top Bottom