This commit is contained in:
Luke Towers 2019-11-12 17:06:23 -06:00
parent 70107c6376
commit 6f0e4afbbd
1 changed files with 0 additions and 10 deletions

View File

@ -667,16 +667,6 @@ class Filter extends WidgetBase
$scope = new FilterScope($name, $label);
$scope->displayAs($scopeType, $config);
$scope->idPrefix = $this->alias;
/*
* Set scope value
*/
if ($scope->type === 'group') {
}
$scope->value = $this->getScopeValue($scope, @$config['default']);
return $scope;