8000 Merge branch '3.4' into 4.2 · symfony/symfony-docs@85854ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 85854ff

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: changed roles for Nicolas and Christian Update sequence_provider.rst
2 parents 6d580f2 + 4ee19bb commit 85854ff

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

contributing/code/core_team.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ Active Core Members
6363
* **Tobias Schultze** (`Tobion`_) can merge into the Routing_,
6464
OptionsResolver_ and PropertyAccess_ components;
6565

66-
* **Nicolas Grekas** (`nicolas-grekas`_) can merge into the Cache_, Debug_,
67-
Process_, PropertyAccess_, VarDumper_ components, PhpUnitBridge_ and
68-
the DebugBundle_;
66+
* **Nicolas Grekas** (`nicolas-grekas`_) can merge into all components,
67+
bridges and bundles;
6968

7069
* **Christophe Coevoet** (`stof`_) can merge into all components, bridges and
7170
bundles;
@@ -76,7 +75,8 @@ Active Core Members
7675
* **Jakub Zalas** (`jakzal`_) can merge into the DomCrawler_ and Intl_
7776
components;
7877

79-
* **Christian Flothmann** (`xabbuh`_) can merge into the Yaml_ component;
78+
* **Christian Flothmann** (`xabbuh`_) can merge into the Yaml_, and Form_
79+
components;
8080

8181
* **Javier Eguiluz** (`javiereguiluz`_) can merge into the WebProfilerBundle_;
8282

validation/sequence_provider.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ that group are valid, the second group, ``Strict``, will be validated.
140140
sequence, which will contain the ``Default`` group which references the
141141
same group sequence, ...).
142142

143+
.. caution::
144+
145+
Calling ``validate()`` with a group in the sequence (``Strict`` in previous
146+
example) will cause a validation **only** with that group and not with all
147+
the groups in the sequence. This is because sequence is now referred to
148+
``Default`` group validation.
149+
143150
You can also define a group sequence in the ``validation_groups`` form option::
144151

145152
use Symfony\Component\Form\AbstractType;

0 commit comments

Comments
 (0)
0