cleanup
This commit is contained in:
parent
70107c6376
commit
6f0e4afbbd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue