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 1d3d7e0 + c726a80 commit 5772bfeCopy full SHA for 5772bfe
workflow/usage.rst
@@ -599,7 +599,7 @@ You can access the message from a Twig template as follows:
599
<li>
600
<strong>{{ transition.name }}</strong>:
601
<ul>
602
- {% for blocker in workflow_build_transition_blocker_list(article, transition.name) %}
+ {% for blocker in workflow_transition_blockers(article, transition.name) %}
603
604
{{ blocker.message }}
605
{% if blocker.parameters.expression is defined %}
0 commit comments