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.
1 parent 5203714 commit b07d739Copy full SHA for b07d739
workflow.rst
@@ -504,7 +504,7 @@ transition. The value of this option is any valid expression created with the
504
to: published
505
reject:
506
# or any valid expression language with "subject" referring to the supported object
507
- guard: "has_role('ROLE_ADMIN') and subject.isRejectable()"
+ guard: "is_granted('ROLE_ADMIN') and subject.isRejectable()"
508
from: reviewed
509
to: rejected
510
0 commit comments