Remove one/two default status values of Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
HRogge
Posts: 4
Joined: 07 Apr 2005, 18:51

Remove one/two default status values of Mantis

Post by HRogge »

I have set up a small Mantis installation and would like to remove a few of the Mantis status values. Is there an easy way to remove some of them without editing too many files ?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Yes, reset the value of $g_status_enum in your config_inc.php file. The original value looks like:

$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';

Just remove the number and name pairs as required. Watch out that you don't refer to the removed statuses on other parameters though.
HRogge
Posts: 4
Joined: 07 Apr 2005, 18:51

Post by HRogge »

Thank you
Post Reply