You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a question.
Why in this action you are using sendToStatus and then $model->save()?
In this way if model has WorkflowValidator it doesn't validate... transition has already done so validator can't reach any scenarios.