Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertFiltersInclude fails with new Nova version #18

Open
asivaneswaran opened this issue Dec 22, 2020 · 0 comments
Open

AssertFiltersInclude fails with new Nova version #18

asivaneswaran opened this issue Dec 22, 2020 · 0 comments

Comments

@asivaneswaran
Copy link
Contributor

asivaneswaran commented Dec 22, 2020

With the latest nova version, the filter class path is different. Here is the error:


[{"class":"App\\Nova\\Filters\\GenderFilter"}]

within

[[{"class":"GenderFilter", 

As you can see, the GenderFilter class in Nova now only shows the path past App\Nova\Filters.

For example, a class in App\Nova\Filters\Members is shown like this in the Nova output:

{"class":"Members\\EligibilityFilter"

This was referenced Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant