nicolaibaaring
Actions on relation managers load when clicked but never execute the action
The actions that I put on relation managers do not work. They are perfectly set up and visible, but when clicking, they do not execute the actual action callback. The loading spinner loads and the request returns status 200, but nothing happens. I have set up a completely new record with relation manager too and the same happens.
The Filament version is 3.2.124 (newest).
Some debugging shows:
Any idea what could be causing this?
2 replies
Eloquent query using integers not working in Filament context
When using a custom query builder/scope with a scope like this:
and using it in a resource like this:
Filament does not retrieve anything. The project_id is an unsignedBigInteger.
When using the same query scope outside of Filament context, the opposite would be true - and the query parameter would have to be cast to integer to retrieve the right data.
What in Filament is causing this behavior? Is it intended behavior or a bug?
Does anyone have a suggestion for a fix?
4 replies