The action "Change workflow state of post to new state" even with the force tick box check reports that the user doesn't have the permission.

Changing the function definition for workflow_execute_transition in workflow.module line 462
from: function workflow_execute_transition($node, $sid, $comment = NULL)
to: function workflow_execute_transition($node, $sid, $comment = NULL, $force=0) the transition took place

Comments

jvandyk’s picture

Status: Active » Fixed

This was fixed in this commit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.