N°4296 When switching dashboard, update dashboard title tooltip with new value

This commit is contained in:
Stephen Abello
2021-09-22 14:03:57 +02:00
parent 6e076ae1fa
commit 198c9ed479

View File

@@ -552,7 +552,7 @@ EOF
$oToolbar->AddHtml($sHtml);
} else {
$oPage->add_script(<<<JS
$(".ibo-top-bar--toolbar-dashboard-title").html("$sTitleForHTML");
$(".ibo-top-bar--toolbar-dashboard-title").html("$sTitleForHTML").attr("title", "$sTitleForHTML");
JS
);
}