mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user