Merge pull request #1719 from alxy/patch-12

Fix doubble-applied filters
This commit is contained in:
Samuel Georges 2016-02-13 13:56:39 +11:00
commit 6562170d2a
1 changed files with 0 additions and 1 deletions

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