Relation with where id check doesnt work like i want it
I have this piece of code that allows searching all the assets
but now i want them filtered on a organisation_id
this is what i did in the model.
but when i check it with Telescope i see that the organisation_id check is never performed. Anyone tips for me ?
but now i want them filtered on a organisation_id
this is what i did in the model.
but when i check it with Telescope i see that the organisation_id check is never performed. Anyone tips for me ?
Solution
i fixed it trough this solution
https://stackoverflow.com/questions/72585431/showing-relational-data-of-a-filament-resource
https://stackoverflow.com/questions/72585431/showing-relational-data-of-a-filament-resource
Stack Overflow
I've started using Filament PHP for creating a Laravel based intranet application but stumbled across a question I couldn't answer myself using the official documentation:
What's the easiest way to...
What's the easiest way to...