You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
the tooltip that pops up when hovering over the nodes in the site tree has an empty title or rather displays only the menutitle. By changing line 106 of /manager/frames/nodes.functions.inc.php from
solved the thing. By looking at line 73 the $nodetitle is retrieved through the function getNodeTitle which returns the right title depending on the settings.
Hi there,
the tooltip that pops up when hovering over the nodes in the site tree has an empty title or rather displays only the menutitle. By changing line 106 of
/manager/frames/nodes.functions.inc.phpfromto
solved the thing. By looking at line 73 the
$nodetitleis retrieved through the functiongetNodeTitlewhich returns the right title depending on the settings.