Open makroxyz opened 6 years ago
hi @makroxyz, yes, of course you are right ! I This action was added by a PR and I didn't anticipate this behavior... maybe I should re-implement it or just remove it (or just highlight this behavior in the doc) Until I do something about it use it taking this limitation into account. Thanks
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.
Thanks