Skip to content

Commit c726a80

Browse files
committed
minor #11375 [Workflow] rename Twig function (cawolf)
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11375). Discussion ---------- [Workflow] rename Twig function Hey everyone, this PR updates the Twig function name to the one which was introduced with symfony/symfony#30908 (relates to #11268) Commits ------- 930224a fix name of Twig function
2 parents 931cd65 + 930224a commit c726a80

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
@@ -516,7 +516,7 @@ You can access the message from a Twig template as follows:
516516
<li>
517517
<strong>{{ transition.name }}</strong>:
518518
<ul>
519-
{% for blocker in workflow_build_transition_blocker_list(article, transition.name) %}
519+
{% for blocker in workflow_transition_blockers(article, transition.name) %}
520520
<li>
521521
{{ blocker.message }}
522522
{% if blocker.parameters.expression is defined %}

0 commit comments

Comments
 (0)