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 892bbda commit f11b797Copy full SHA for f11b797
workflow.rst
@@ -431,7 +431,7 @@ transition. The value of this option is any valid expression created with the
431
to: published
432
reject:
433
# or any valid expression language with "subject" referring to the post
434
- guard: "has_role("ROLE_ADMIN") and subject.isStatusReviewed()"
+ guard: "has_role('ROLE_ADMIN') and subject.isStatusReviewed()"
435
from: reviewed
436
to: rejected
437
0 commit comments