CMTV
Well-known member
Hi!
Is there a way to add my own custom thread action in inline moderation actions

My action is called
I tried to add
Is there a way to add my own custom thread action in inline moderation actions
<select...>?
My action is called
actionSolve in extended Thread entity class and it requires custom special permission solve_threads to be performed.I tried to add
<option value="solve">Solve threads</option> in inline_mod_actions template and it predictably didn't work at all. It showed "No premission" error.