Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60ed052

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Minor fixes
2 parents 4dcd9f8 + 4d0bafa commit 60ed052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ A list of lock stores to be created by the framework extension.
28132813

28142814
.. code-block:: yaml
28152815
2816-
# config/packages/lock.yml
2816+
# config/packages/lock.yaml
28172817
framework:
28182818
# these are all the supported lock stores
28192819
lock: ~

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ And update the template as follows:
184184
<ul id="email-fields-list"
185185
data-prototype="{{ form_widget(form.emails.vars.prototype)|e }}"
186186
data-widget-tags="{{ '<li></li>'|e }}"
187-
data-widget-counter="{{ form.children|length }}">
187+
data-widget-counter="{{ form.emails|length }}">
188188
{% for emailField in form.emails %}
189189
<li>
190190
{{ form_errors(emailField) }}

0 commit comments

Comments
 (0)