Fix doubble-applied filters
This commit is contained in:
parent
b3f318ff81
commit
17e0a2afa7
|
|
@ -213,7 +213,6 @@ class ListController extends ControllerBehavior
|
|||
* Filter the list when the scopes are changed
|
||||
*/
|
||||
$filterWidget->bindEvent('filter.update', function () use ($widget, $filterWidget) {
|
||||
$widget->addFilter([$filterWidget, 'applyAllScopesToQuery']);
|
||||
return $widget->onRefresh();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue