N°8578 - Remove CollapsibleSection functions deprecated in 3.0.0

This commit is contained in:
Anne-Cath
2025-08-01 09:19:21 +02:00
parent b06f3cd13e
commit c0651edaa1
2 changed files with 0 additions and 5 deletions

View File

@@ -210,8 +210,6 @@ class AjaxPage extends WebPage implements iTabbedPage
}
ConsoleBlockRenderer::AddCssJsToPage($this, $this->oContentLayout);
$this->outputCollapsibleSectionInit();
}
// Render the blocks

View File

@@ -912,9 +912,6 @@ HTML;
// TODO 3.0.0 not displayed ?
$this->GetContentLayout()->SetExtraHtmlContent(utils::FilterXSS($this->s_content));
// TODO 3.0.0 : to be removed
$this->outputCollapsibleSectionInit();
// Base structure of data to pass to the TWIG template
$aData['aPage'] = [
'sAbsoluteUrlAppRoot' => $sAbsoluteUrlAppRoot,