diff --git a/workflow.rst b/workflow.rst index 42c464840ab..dd8b5d2e4ef 100644 --- a/workflow.rst +++ b/workflow.rst @@ -818,7 +818,7 @@ transition. The value of this option is any valid expression created with the from: draft to: reviewed publish: - # or "is_anonymous", "is_remember_me", "is_fully_authenticated", "is_granted", "is_valid" + # or "is_remember_me", "is_fully_authenticated", "is_granted", "is_valid" guard: "is_authenticated" from: reviewed to: published @@ -853,7 +853,7 @@ transition. The value of this option is any valid expression created with the - + is_authenticated reviewed published @@ -889,7 +889,7 @@ transition. The value of this option is any valid expression created with the $blogPublishing->transition() ->name('publish') - // or "is_anonymous", "is_remember_me", "is_fully_authenticated", "is_granted" + // or "is_remember_me", "is_fully_authenticated", "is_granted" ->guard('is_authenticated') ->from(['reviewed']) ->to(['published']);