mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3536 - revert function and use GetSubBlocks() instead
This commit is contained in:
@@ -98,7 +98,7 @@ class ConsoleBlockRenderer extends BlockRenderer
|
||||
$oPage->add_ready_script($oBlockRenderer->RenderJsInline(iUIBlock::ENUM_JS_TYPE_ON_READY));
|
||||
$oPage->add_style($oBlockRenderer->RenderCssInline());
|
||||
|
||||
foreach ($oBlock->GetSubBlocksForCSSAndJS() as $oSubBlock) {
|
||||
foreach ($oBlock->GetSubBlocks() as $oSubBlock) {
|
||||
static::AddCssJsTemplatesToPageRecursively($oPage, $oSubBlock, $aContextParams);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user