You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
If i define key() method in my custom filter, for example if i want two instances of date filter: from & to, then check !in_array($filter, $filters) in globalFiltered method will always return false, because $filter will be equal defined key() and in $filters array will be simple class name of my filter.
The text was updated successfully, but these errors were encountered:
If i define
key()
method in my custom filter, for example if i want two instances of date filter: from & to, then check!in_array($filter, $filters)
inglobalFiltered
method will always return false, because$filter
will be equal definedkey()
and in$filters
array will be simple class name of my filter.The text was updated successfully, but these errors were encountered: