From 33ceab86fb542f910cdaf23fdbb1821936f8c4c1 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 21 Feb 2022 16:52:31 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04836=20Fix=20dashlet=20editor=20when=20i?= =?UTF-8?q?BackofficeDictEntriesExtension=20impl=20exists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ajax.render.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ajax.render.php b/pages/ajax.render.php index d8c97cecd0..d5d9092004 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -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;