XF 2.2 Approval queue is only processing one item

Earl

Well-known member
After selecting actions for multiple approval items, and hitting the save button, It's suppose to execute actions on all approval items, but in this case, it's only approving one single item in the list.

I have to repeat the process again and again until the approval list get cleared.

1592372417416.png

XDebug shows it enqueues actions for all content IDs of my custom ApprovalQueue handler

but I can't find a way to debug when the job execute.
 
Found what was wrong.
I had LogModeratorAction on approval handler with action name longer than 25 characters. It has to be shorter. Now its working perfectly :)
 
Top Bottom