mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Align posted dashboard data to new data denormalized format
This commit is contained in:
@@ -146,7 +146,10 @@ class IboGrid extends HTMLElement {
|
||||
Serialize() {
|
||||
const aSlots = this.getSlots();
|
||||
return aSlots.map(oSlot => {
|
||||
return oSlot.Serialize();
|
||||
const sDashletId = oSlot.oDashlet.sDashletId;
|
||||
return {
|
||||
[sDashletId]: oSlot.Serialize(),
|
||||
};
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user