In the project dropdown menu, the list markers for projects and subprojects do not appear, all that appears is spacing.
Please see screenshot attached.
I've tried with Chrome, Firefox and Brave browsers so it most likely isn't a browser issue.
Any help is much appreciated.
Kind regards.
List markers do not appear in project dropdown menu
Moderators: Developer, Contributor
List markers do not appear in project dropdown menu
- Attachments
-
- list-markers-not-showing-in-project-dropdown-menu.png (91.87 KiB) Viewed 3931 times
Re: List markers do not appear in project dropdown menu
I am running Mantis 2.25.0
Re: List markers do not appear in project dropdown menu
Spacing is what is implemented, so why do you expect something other than that?
What do you mean with "list markers, something like ">>"?
What do you mean with "list markers, something like ">>"?
Re: List markers do not appear in project dropdown menu
Exactly. Is there a way to also reproduce them in the dropdown menu? They really help out a lot.atrol wrote: 13 May 2021, 11:21 Spacing is what is implemented, so why do you expect something other than that?
What do you mean with "list markers, something like ">>"?
Re: List markers do not appear in project dropdown menu
This is the code line where you could replace the 4 spaces by whatever you want
https://github.com/mantisbt/mantisbt/bl ... i.php#L643
e.g.
https://github.com/mantisbt/mantisbt/bl ... i.php#L643
e.g.
Code: Select all
$t_indent = '»';Re: List markers do not appear in project dropdown menu
Works a charm. Thanks!