mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3924 - Fix double encoding of the object name in transition page title
This commit is contained in:
@@ -3202,7 +3202,7 @@ HTML
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Page title and subtitles
|
// Page title and subtitles
|
||||||
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionLabel.' - '.$this->GetName()));
|
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionLabel.' - '.$this->GetRawName()));
|
||||||
if (!empty($sActionDetails)) {
|
if (!empty($sActionDetails)) {
|
||||||
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionDetails));
|
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionDetails));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user