Support default config option for list filters (#3201)

Fixes #2329
This commit is contained in:
arifnyet 2017-10-27 01:12:02 +08:00 committed by Luke Towers
parent ec8dd56121
commit eb0e5c74c1

View File

@ -566,8 +566,8 @@ class Filter extends WidgetBase
/*
* Set scope value
*/
$scope->value = $this->getScopeValue($scope);
$scope->value = $this->getScopeValue($scope, @$config['default']);
return $scope;
}