mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3549 - Activity panel: Fix inline images in caselogs
This commit is contained in:
@@ -586,6 +586,7 @@ JS
|
||||
foreach ($oPrevContentLayout->GetSubBlocks() as $oBlock){
|
||||
$this->AddUiBlock($oBlock);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -596,10 +597,11 @@ JS
|
||||
* @return \Combodo\iTop\Application\UI\Base\Layout\PageContent\PageContent
|
||||
* @since 3.0.0
|
||||
*/
|
||||
protected function GetContentLayout()
|
||||
public function GetContentLayout()
|
||||
{
|
||||
/** @var PageContent $oPageContent */
|
||||
$oPageContent = $this->oContentLayout;
|
||||
|
||||
return $oPageContent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user