We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f713742 + 17ff707 commit 6dee192Copy full SHA for 6dee192
workflow.rst
@@ -510,7 +510,7 @@ transition. The value of this option is any valid expression created with the
510
to: published
511
reject:
512
# or any valid expression language with "subject" referring to the supported object
513
- guard: "has_role('ROLE_ADMIN') and subject.isRejectable()"
+ guard: "is_granted('ROLE_ADMIN') and subject.isRejectable()"
514
from: reviewed
515
to: rejected
516
0 commit comments