8000 [DoctrineBridge] also reset id readers by xabbuh · Pull Request #39038 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DoctrineBridge] also reset id readers #39038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
also reset id readers
  • Loading branch information
xabbuh committed Nov 9, 2020
commit 784bd0080d66624cb01b1e293559df7c43e099e9
1 change: 1 addition & 0 deletions src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public function getParent()

public function reset()
{
$this->idReaders = [];
$this->choiceLoaders = [];
}
}
Expand Down
0