New Status not updating in the display.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jbesclapez
Posts: 5
Joined: 07 Dec 2019, 17:27

New Status not updating in the display.

Post by jbesclapez »

Hello there!

I am new to mantis and I am using v 2.22.1

I created some new status and I though it was working.
I see them in the drop down list when i change status... but they display differently under view issues. I can not find why.

Here is an extract of my config_inc.php

Code: Select all

# --- Real names ---
$g_show_realname = OFF;
# $g_show_user_realname_threshold = NOBODY;	# Set to access level (e.g. VIEWER, REPORTER, DEVELOPER, MANAGER, etc)

# --- Others ---
$g_default_home_page = 'my_view_page.php';	# Set to name of page to go to after login
#$g_status_enum_string ='10:new,20:feeback,30:suspended,40:confirmed,50:assigned,80:resolved,90:closed';
#$s_status_enum_string = '10:New,20:OnHold,30:Wip,40:Test,50:Fixed,80:Acknowledged,90:closed';
$s_status_enum_string =  '10:New,20:OnHold,30:Wip,40:Test,50:Fixed,80:Acknowledged,90:closed';


#HIDE ROADMAP AND CHANGELOG
	# threshold for viewing roadmap
	$g_roadmap_view_threshold = NOBODY;
	# threshold for updating roadmap, target_version, etc
	$g_roadmap_update_threshold = NOBODY;
	$g_view_changelog_threshold = NOBODY;
And below is my custom_strings_inc.php

Code: Select all

<?php
$s_status_enum_string = '10:New,20:OnHold,30:Wip,40:Test,50:Fixed,80:Acknowledged,90:closed';
All my site is in english so I do not need translation.

Thanks for your time and help.

Nic
jbesclapez
Posts: 5
Joined: 07 Dec 2019, 17:27

Re: New Status not updating in the display.

Post by jbesclapez »

I think my issue is solved. Not sure yet. I do not understand why all tickets were directly written under FIXED.
I changed all of them manually and it now shows fine.
Post Reply