custom status issue
Posted: 20 May 2010, 23:01
Having trouble with adding a status
Help greatly appreciated
Created a new file custom_constant_inc.php and placed it in the main directory
File only contains:
<?php
define ( 'TO DISCUSS', 60 );
?>
I also added a line to my config_inc.php
$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:to discuss,80:resolved,90:closed';
When I try to update an issue to change the status, I see @60@ in the drop down list.
HELP PLEASE!!!!
Help greatly appreciated
Created a new file custom_constant_inc.php and placed it in the main directory
File only contains:
<?php
define ( 'TO DISCUSS', 60 );
?>
I also added a line to my config_inc.php
$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:to discuss,80:resolved,90:closed';
When I try to update an issue to change the status, I see @60@ in the drop down list.
HELP PLEASE!!!!