Skip to content

Commit 6998e4f

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: also reset id readers Fix LDAP pagination
2 parents 311ff3f + 3bd0ac1 commit 6998e4f

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)