Fixes an issue where the default widgets are not loaded
Ping @ChadStrat
This commit is contained in:
parent
0d3566e3f6
commit
41de93a2cb
|
|
@ -91,8 +91,8 @@ class ReportContainer extends WidgetBase
|
|||
|
||||
parent::__construct($controller, $configuration);
|
||||
|
||||
$this->bindToController();
|
||||
$this->fillFromConfig();
|
||||
$this->bindToController();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue