Fix doubble-applied filters

This commit is contained in:
Alexander Guth 2016-01-23 17:57:08 +01:00
parent b3f318ff81
commit 17e0a2afa7

View File

@ -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();
});