Problem on creating issue...

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
steeldeamon
Posts: 1
Joined: 11 Dec 2007, 07:37

Problem on creating issue...

Post by steeldeamon »

I'm having a problem when im creating issue...
When im creating an issue the issue status is @0@
How can i default the issue when submitted to New

my codes:

string_english.txt :
$s_status_enum_string = '10:New,20:Open,30:Fixed,40:Resolved Verified,50:Closed,80:ReOpened,90:Deferred,100:Duplicate,110:Reject,120:Change Request,130:Issue known';

config_defaults_inc.php :
# Status to assign to the bug when submitted.
$g_bug_submit_status = NEW_;

# Status to assign to the bug when assigned.
$g_bug_assigned_status = OPEN;

# Status to assign to the bug when reopened.
$g_bug_reopen_status = REOPENED;

# Resolution to assign to the bug when reopened.
$g_bug_reopen_resolution = REOPENED;
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Problem on creating issue...

Post by vboctor »

1. What Mantis version are you using?
2. Is $g_bug_submit_status overridden in config_inc.php or in the database configuration?
3. Is NEW_ defined as constant with value 10?
Migrate your MantisBT to the MantisHub Cloud
Post Reply