Add global event for filter widget to extend model options query typo
This commit is contained in:
parent
8ed463e2c9
commit
fc6f479aaa
|
|
@ -224,7 +224,7 @@ class Filter extends WidgetBase
|
|||
/*
|
||||
* Extensibility
|
||||
*/
|
||||
Event::fire('backend.filter.extendScopesBefore', [$this, $query, $scope]);
|
||||
Event::fire('backend.filter.extendQuery', [$this, $query, $scope]);
|
||||
$this->fireEvent('filter.extendQuery', [$query, $scope]);
|
||||
|
||||
if (!$searchQuery) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue