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 931cd65 commit 930224aCopy full SHA for 930224a
workflow/usage.rst
@@ -516,7 +516,7 @@ You can access the message from a Twig template as follows:
516
<li>
517
<strong>{{ transition.name }}</strong>:
518
<ul>
519
- {% for blocker in workflow_build_transition_blocker_list(article, transition.name) %}
+ {% for blocker in workflow_transition_blockers(article, transition.name) %}
520
521
{{ blocker.message }}
522
{% if blocker.parameters.expression is defined %}
0 commit comments