N°3924 - Fix double encoding of the object name in transition page title

This commit is contained in:
Molkobain
2021-07-16 22:39:15 +02:00
parent c58c1bbf1d
commit dca3fc996c

View File

@@ -3202,7 +3202,7 @@ HTML
);
// Page title and subtitles
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionLabel.' - '.$this->GetName()));
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionLabel.' - '.$this->GetRawName()));
if (!empty($sActionDetails)) {
$oPage->AddUiBlock(TitleUIBlockFactory::MakeForPage($sActionDetails));
}