Hello,
I work on Mantis version: 2.26.3
I have a few own state defined.
The workflow is working fine, but I want to have customized colos as well.
I alredy tried:
$g_status_colors['mi'] = '#FF6347';
But what I am doing wrong? The color is not set in Mantis.
Thanks in Advance
Change color of state
Moderators: Developer, Contributor
Re: Change color of state
Did you check the admin guide on this?
Re: Change color of state
yes, but thise steps are not working.
This is why I am asking
This is why I am asking
Re: Change color of state
Just do not do a simple refresh of the page but minimum CTRL+F5
That works for me
That works for me
Re: Change color of state
even reloading it in another browser is not working.
it simply ignores my configuration with:
$g_status_colors['mi'] = '#FF6347';
or also like this:
$g_status_colors = array(
'mi' => '#FF6347'
);
both is not working.
it simply ignores my configuration with:
$g_status_colors['mi'] = '#FF6347';
or also like this:
$g_status_colors = array(
'mi' => '#FF6347'
);
both is not working.
Re: Change color of state
I assume you do see the statusses in Mantis itself I assume? And you made that setting in config/config_inc.php ( that is where it needs to be)?
For me it works perefectly
For me it works perefectly
Re: Change color of state
exactly. But not change of color......
this is why I am asking here
this is why I am asking here
Re: Change color of state
Can you post the config of your statusse in config_inc,php & custom_strings_inc.php