NorthBlue333
NorthBlue333
Adding #302 made some tests succeed with updates to `inverseRelationshipField` and usage of `is_a`, but the fix is still necessary. I have not added more tests as it concerns creating...
Just gonna fix the tests (must have done a bad merge).
Looks ok to me! > Question: did you ever get the tests running locally? No I did not. Sorry for that, but did not have enough time to setup an...
Would ideally need #45861 first. I can make the necessary changes if needed.
Seems I cannot reproduce the failing tests in local in 8.2? Some help will be appreciated for this :)
I think I am done with the changes here. :+1:
Replacing `CollectionType::finishView` by the code below would resolve the issue, and would allow customizing collection entries from any FormType with CollectionType as a (distant) parent. ``` // form type named...
Related to https://github.com/symfony/symfony/pull/46680.