From 3132d665e01339dafb608ad2ad0c8a342d41e5cf Mon Sep 17 00:00:00 2001 From: acognet Date: Fri, 11 Jun 2021 10:39:50 +0200 Subject: [PATCH] forgot an addSubBlock --- pages/ajax.csvimport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/ajax.csvimport.php b/pages/ajax.csvimport.php index 3fea7794f..bbc8e24ab 100644 --- a/pages/ajax.csvimport.php +++ b/pages/ajax.csvimport.php @@ -434,6 +434,7 @@ EOF $oButtonCsv = ButtonUIBlockFactory::MakeIconLink('ibo-import-csv--download-file fas fa-file-excel', $sClassDisplayName.'.xlsx', utils::GetAbsoluteUrlAppRoot().'pages/ajax.csvimport.php?operation=get_csv_template&disposition=attachment&format=xlsx&class_name='.$sClassName); $oPage->AddSubBlock($oButtonCsv); $oTextArea = new TextArea("", $sResult, "", 100, 5); + $oPage->AddSubBlock($oTextArea); } } else { $oPage = new AjaxPage("Class $sClassName is not a valid class !");