Open jorenMartens opened 2 weeks ago
Filters weren't applied for oneToOne relations 2.20.x PR -> https://github.com/doctrine/orm/pull/11707
https://github.com/doctrine/orm/pull/5664 can also be closed when this is merged Maybe fixes https://github.com/doctrine/orm/issues/6343 (did not test)
Nice, finally a fix for this, filtering the join from the inverse side also makes to much more sense then from the mapped side. Especially when dealing with soft deletable filtering
Filters weren't applied for oneToOne relations 2.20.x PR -> https://github.com/doctrine/orm/pull/11707
https://github.com/doctrine/orm/pull/5664 can also be closed when this is merged Maybe fixes https://github.com/doctrine/orm/issues/6343 (did not test)