Mantis BT Status problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
flashpoint
Posts: 3
Joined: 29 Sep 2014, 15:46

Mantis BT Status problem

Post by flashpoint »

Hey guys,

I am having a problem with my custom status thing.

The bottom bar on the front page where it shows all of the status works fine, but if I go to an issue and try to change it.

It would show

"
new
@10@
aknowledge
confirmed
assigned
@60@
@70@
"

and so on. Does anyone know how to fix those numbers?

My status enum:

Code: Select all

	$g_status_enum_string = '10:new,11:suggestion,30:acknowledged,40:confirmed,50:assigned,60:accepted,70:denied,80:resolved';

Thanks for your time and help!
atrol
Site Admin
Posts: 8367
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Mantis BT Status problem

Post by atrol »

Did you exactly follow the steps described at
http://www.mantisbt.org/docs/master-1.2 ... IZE.STATUS
Please use Search before posting and read the Manual
gregwing
Posts: 1
Joined: 28 Nov 2014, 16:49

Re: Mantis BT Status problem

Post by gregwing »

Hi,

I have the same problem, I have followed the instructions, but there are absolutely no changes to Mantis.

Am I missing a step? Does something need to be restarted. I am using Mantis on a remote server provided by our ISP, I have ftp access to the files but am not able to reset the server.

Greg
Reivaj
Posts: 27
Joined: 11 Nov 2014, 16:48

Re: Mantis BT Status problem

Post by Reivaj »

You have to add the status in several parts, no just at

Code: Select all

$g_status_enum_string
Post Reply