-
Notifications
You must be signed in to change notification settings - Fork 16
Compatible with nova-dashboard #8
Copy link
Copy link
Open
Description
when I select an operation, I want meter filter to refresh, filtering by operation.
While I could implement it in resource views, it is not working in dashboard, I get a 404 on http://localhost:8000/nova-api/tableau-de-bord/filters/options?filters=e30%3D&filter=operation_id
I think this happens because tradionally in Laravel nova you apply filters to resource.. And from the request you can always retrieve a instance of a resource that's is associate with the request... However the nova dashboard has no resource associate with it.. So when your filter tries to do something like $request->new Resource... It crashed with 404 because no resource could be found for this request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels