mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Send denormalized data to backend in order to persist dashboard
This commit is contained in:
@@ -43,10 +43,10 @@ class IboGridSlot extends HTMLElement {
|
||||
const oDashlet = this.oDashlet;
|
||||
|
||||
const aSlotData = {
|
||||
x: this.iPosX,
|
||||
y: this.iPostY,
|
||||
w: this.iWidth,
|
||||
h: this.iHeight
|
||||
position_x: this.iPosX,
|
||||
position_y: this.iPostY,
|
||||
width: this.iWidth,
|
||||
height: this.iHeight
|
||||
};
|
||||
|
||||
const aDashletData = oDashlet ? oDashlet.Serialize() : {};
|
||||
|
||||
Reference in New Issue
Block a user