Add global event for filter widget to extend model options query typo

This commit is contained in:
Michał Płodowski 2015-06-12 16:56:37 +02:00
parent 8ed463e2c9
commit fc6f479aaa
1 changed files with 1 additions and 1 deletions

View File

@ -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) {