re-add accidentally removed comment

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

View File

@ -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;