Page 1 of 1
List markers do not appear in project dropdown menu
Posted: 12 May 2021, 08:19
by mtikuman
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.
Re: List markers do not appear in project dropdown menu
Posted: 12 May 2021, 12:37
by mtikuman
I am running Mantis 2.25.0
Re: List markers do not appear in project dropdown menu
Posted: 13 May 2021, 11:21
by atrol
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
Posted: 14 May 2021, 09:06
by mtikuman
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 ">>"?
Exactly. Is there a way to also reproduce them in the dropdown menu? They really help out a lot.
Re: List markers do not appear in project dropdown menu
Posted: 14 May 2021, 14:19
by atrol
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.
Re: List markers do not appear in project dropdown menu
Posted: 15 May 2021, 14:01
by mtikuman
Works a charm. Thanks!