mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Make dashlet that needs to execute JS be able to do so in the first paint and when refreshed
This commit is contained in:
@@ -58,4 +58,9 @@ class DashletWrapper extends UIBlock
|
||||
{
|
||||
return $this->aFormViewData;
|
||||
}
|
||||
|
||||
public function GetSubBlocks(): array
|
||||
{
|
||||
return [$this->oDashletContainer];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user