re-add accidentally removed comment
This commit is contained in:
parent
6f0e4afbbd
commit
17b8ba75af
|
|
@ -667,6 +667,10 @@ class Filter extends WidgetBase
|
|||
$scope = new FilterScope($name, $label);
|
||||
$scope->displayAs($scopeType, $config);
|
||||
$scope->idPrefix = $this->alias;
|
||||
|
||||
/*
|
||||
* Set scope value
|
||||
*/
|
||||
$scope->value = $this->getScopeValue($scope, @$config['default']);
|
||||
|
||||
return $scope;
|
||||
|
|
|
|||
Loading…
Reference in New Issue