nova-assertions icon indicating copy to clipboard operation
nova-assertions copied to clipboard

AssertFiltersInclude fails with new Nova version

Open asivaneswaran opened this issue 4 years ago • 0 comments

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"

asivaneswaran avatar Dec 22 '20 04:12 asivaneswaran