Skip to content

Compatible with nova-dashboard #8

@yunioralexanderdiazacosta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions