mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°2598 - When refreshing a list, loosing page and order - improvement of code
This commit is contained in:
@@ -151,7 +151,7 @@ abstract class DashboardLayoutMultiCol extends DashboardLayout
|
||||
}
|
||||
$iCellIdx++;
|
||||
}
|
||||
$sJSReload .= $oDashboardRow->GetJSRefresh()."\n";
|
||||
$sJSReload .= $oDashboardRow->GetJSRefreshCallback()."\n";
|
||||
}
|
||||
|
||||
$oPage->add_script("function updateDashboard".$aExtraParams['dashboard_div_id']."(){".$sJSReload."}");
|
||||
|
||||
Reference in New Issue
Block a user