Search found 1 match

by Stephen_Chuang
11 Jan 2007, 03:30
Forum: General Discussion
Topic: How do I add a new status?
Replies: 5
Views: 8715

ed wrote:
How do I add a new status like, "verified fix"?
Have a look at Mantis Enum Strings in config_defaults_inc.php
And how do make that only a particular person or UserID can close bugs?
$g_set_status_threshold in the same file
Thank you very much.