Skip to content

Commit 3bd0ac1

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: also reset id readers Fix LDAP pagination
2 parents bc4aa5f + 56573b8 commit 3bd0ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Form/Type/DoctrineType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public function getParent()
244244

245245
public function reset()
246246
{
247+
$this->idReaders = [];
247248
$this->entityLoaders = [];
248249
}
249250

0 commit comments

Comments
 (0)