mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°4836 Fix dashlet editor when iBackofficeDictEntriesExtension impl exists
This commit is contained in:
@@ -1060,7 +1060,7 @@ EOF
|
||||
$iCol = utils::ReadParam("iCol");
|
||||
$sDashletIdOrig = utils::ReadParam("dashletid");
|
||||
$sFinalDashletId = Dashboard::GetDashletUniqueId($bIsCustomized, $sDashboardDivId, $iRow, $iCol, $sDashletIdOrig);
|
||||
$oPage = new AjaxPage('');
|
||||
$oPage = new DownloadPage('');
|
||||
$oPage->add($sFinalDashletId);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user