Black icons at status

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Benji89
Posts: 1
Joined: 02 Sep 2019, 14:15

Black icons at status

Post by Benji89 »

Hello,

I've recently updated Mantis to version 2.22.
Sinds then the colour at the status overview have turned black. While before they had the default coloring

Image Image

I have read multiple forums entries and bug reports
https://www.mantisbt.org/bugs/view.php?id=23033#c57101
and
viewtopic.php?t=24761
and many others https://mantisbt.org/bugs/view.php?id=22752

Yet none really provide an answer to the problem , as sinds the update all icons are black tried multiple fixes

We have costum enum_string which is as follows

Code: Select all

# Revised enum string with new status
$g_status_enum_string = '10:Opened,30:analyzed and not confirmed,40:analyzed and confirmed,50:approved for execution,80:resolved,90:closed';

#Color codes.
$g_status_colors = array( 'Opened' => '#FFC9C9', # red,
			  'analyzed and not confirmed' => '#FFE6C9', #orange
			  'analyzed and confirmed' => '#FFF4C9', # yellow
			  'approved for execution' => '#E0FFC9', # green
			  'approved' => '#C9FFFB', # blue
			  'resolved' => '#C9D8FF', # indigo
			  'closed' => '#e8e8e8'); # light gray 
But still remains black,

If anyone has a suggestion on how to fix this issue without having to do a complete reinstall of MantisBT would be appricated.

Info on installation
Windows Server with IIS
PHP 7.3.7
MSSQL 2017

Kind regards,
Ben
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Black icons at status

Post by atrol »

This is exactly what should have been fixed in 2.22.0 https://www.mantisbt.org/bugs/view.php?id=24189
Seems this was not just a fix, but introduces also a regression.

Please create a bug report on https://www.mantisbt.org/bugs
Please use Search before posting and read the Manual
pwf
Posts: 10
Joined: 26 Nov 2012, 02:38

Re: Black icons at status

Post by pwf »

Also occurs in 2.23.0
amphetamine
Posts: 113
Joined: 05 Jun 2019, 00:17

Re: Black icons at status

Post by amphetamine »

How do you upgrade your MantisBT?
Post Reply