Closed KacperGoedemiddag closed 3 years ago
Hi,
I think I found a bug :)
In FilterBelongsToRelationships.php on line 32 there is a return statement. This return should be dropped otherwise the current loop will stop on the first iteration (the first relation). This way filters on other relations won't be applied anymore.
Kind regards,
Kacper Kowalski
Hi,
I think I found a bug :)
In FilterBelongsToRelationships.php on line 32 there is a return statement. This return should be dropped otherwise the current loop will stop on the first iteration (the first relation). This way filters on other relations won't be applied anymore.
Kind regards,
Kacper Kowalski