mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2735 - Continue rework of the dashlet id generation:
- Move generation from DashboardLayout to Dashboard - Migrate dashlet user preference in RuntimeDashboard only (and not in DesignTimeDashboard)
This commit is contained in:
@@ -323,7 +323,7 @@ $(function()
|
||||
var oParams = this.options.new_dashletid_parameters;
|
||||
oParams.dashboardid = me.options.dashboard_id;
|
||||
oParams.iRow = $container.closest("tr").data("dashboard-row-index");
|
||||
oParams.iCell = $container.data("dashboard-cell-index");
|
||||
oParams.iCol = $container.data("dashboard-column-index");
|
||||
oParams.dashletid = sTempDashletId;
|
||||
|
||||
$.post(this.options.render_to, oParams, function(data) {
|
||||
|
||||
Reference in New Issue
Block a user