mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
When reloading state, ask for a re-render of each dashlet as we'll need their scripts to be re-executed (that also make the data refresh)
This commit is contained in:
@@ -49,7 +49,7 @@ class IboGridSlot extends HTMLElement {
|
||||
height: this.iHeight
|
||||
};
|
||||
|
||||
const aDashletData = oDashlet ? oDashlet.Serialize(bIncludeHtml) : {};
|
||||
const aDashletData = oDashlet ? oDashlet.Serialize() : {};
|
||||
|
||||
return {
|
||||
...aSlotData,
|
||||
|
||||
Reference in New Issue
Block a user