mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°2847 - Fix crash on object edition due to TitleFactory::MakeForObjectDetails() refactor
This commit is contained in:
@@ -2532,7 +2532,7 @@ JS
|
||||
$oPage->set_title(Dict::Format('UI:ModificationPageTitle_Object_Class', $this->GetRawName(),
|
||||
$sClassLabel)); // Set title will take care of the encoding
|
||||
|
||||
$oContentBlock->AddSubBlock(TitleFactory::MakeForObjectDetails('', $sHeaderTitle, $this->GetIcon()));
|
||||
$oContentBlock->AddSubBlock(TitleFactory::MakeForObjectDetails($this));
|
||||
|
||||
// $oPage->add(<<<HTML
|
||||
//<!-- Beginning of object-details -->
|
||||
|
||||
Reference in New Issue
Block a user