Make dashlet that needs to execute JS be able to do so in the first paint and when refreshed

This commit is contained in:
Stephen Abello
2026-01-19 17:00:31 +01:00
parent 6aa8ac7ff1
commit cb61ae8d61
4 changed files with 32 additions and 5 deletions

View File

@@ -58,4 +58,9 @@ class DashletWrapper extends UIBlock
{
return $this->aFormViewData;
}
public function GetSubBlocks(): array
{
return [$this->oDashletContainer];
}
}