Open asivaneswaran opened 3 years ago
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.
App\Nova\Filters
For example, a class in App\Nova\Filters\Members is shown like this in the Nova output:
App\Nova\Filters\Members
{"class":"Members\\EligibilityFilter"
With the latest nova version, the filter class path is different. Here is the error:
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"