You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@amermchaudhary can be closed i think, fixed with latest 4.0.11 release, let me know if this still needs fixing, i have time to investigate and pr if necessary
API Platform version(s) affected: 4.*
Description
BelongsToMany relations do not work because getQualifiedForeignKeyName is not used in BelongsToMany relation
How to reproduce
Add a BelongsToMany relation
Possible Solution
use getQualifiedForeignPivotKeyName instead of getQualifiedForeignKeyName for belongsToMany relations
The text was updated successfully, but these errors were encountered: