Update to 2.4.0 lost status colors

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
pwf
Posts: 10
Joined: 26 Nov 2012, 02:38

Update to 2.4.0 lost status colors

Post by pwf »

After updating to 2.4.0, I've lost the color indicators for Status (see attachment).
I don't see any settings in Management.
How do I recover?
Attachments
mbt_black_status.png
mbt_black_status.png (57.93 KiB) Viewed 6135 times
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Update to 2.4.0 lost status colors

Post by atrol »

Which version did you run before?
Please use Search before posting and read the Manual
chrisw
Posts: 5
Joined: 19 May 2017, 19:54

Re: Update to 2.4.0 lost status colors

Post by chrisw »

I have the same issue and I upgraded from 1.2.15. Here are the color settings of my config_inc.php:

Code: Select all

$g_status_colors = array( 'new' => '#FFC9C9', # red,
			  'feedback' => '#FFE6C9', #orange
			  'assigned' => '#FFF4C9', # yellow
			  'fixed and committed' => '#E0FFC9', # green
			  'deployed for validation' => '#C9FFFB', # blue
			  'validated in UAT' => '#C9D8FF', # indigo
			  'validated in PROD' => '#ECC9FF', # violete
			  'closed' => '#e8e8e8'); # light gray 
chrisw
Posts: 5
Joined: 19 May 2017, 19:54

Re: Update to 2.4.0 lost status colors

Post by chrisw »

Update to previous post - I was using Chrome on MacOS, tried in Safari and it worked fine. Went back to Chrome and cleared cache and it worked fine.
Post Reply