8000 fix name of Twig function · trakos/symfony-docs@930224a · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 930224a

Browse files
cawolfOskarStark
authored andcommitted
fix name of Twig function
relates to symfony#11268
1 parent 931cd65 commit 930224a

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)
0