Skip to content

Commit 5772bfe

Browse files
committed
Merge branch '4.2'
* 4.2: fix name of Twig function
2 parents 1d3d7e0 + c726a80 commit 5772bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ You can access the message from a Twig template as follows:
599599
<li>
600600
<strong>{{ transition.name }}</strong>:
601601
<ul>
602-
{% for blocker in workflow_build_transition_blocker_list(article, transition.name) %}
602+
{% for blocker in workflow_transition_blockers(article, transition.name) %}
603603
<li>
604604
{{ blocker.message }}
605605
{% if blocker.parameters.expression is defined %}

0 commit comments

Comments
 (0)