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

Skip to content

Commit 0d10f6b

Browse files
committed
bug #39038 [DoctrineBridge] also reset id readers (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [DoctrineBridge] also reset id readers | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #38890 | License | MIT | Doc PR | Commits ------- 784bd00 also reset id readers
2 parents b8a5e48 + 784bd00 commit 0d10f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php

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

280280
public function reset()
281281
{
282+
$this->idReaders = [];
282283
$this->choiceLoaders = [];
283284
}
284285
}

0 commit comments

Comments
 (0)