mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8578 - Remove CollapsibleSection functions deprecated in 3.0.0
This commit is contained in:
@@ -210,8 +210,6 @@ class AjaxPage extends WebPage implements iTabbedPage
|
||||
}
|
||||
|
||||
ConsoleBlockRenderer::AddCssJsToPage($this, $this->oContentLayout);
|
||||
|
||||
$this->outputCollapsibleSectionInit();
|
||||
}
|
||||
|
||||
// Render the blocks
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user