Page 1 of 1

Removing handler_id from status in View Issues

Posted: 18 Mar 2008, 18:18
by nurikabe
Sorry for the cross post (http://www.mantisbt.org/forums/viewtopi ... 538#p11948), but this is driving me nuts.

Can anyone recommend a way to remove the parenthetical handler_id from the status column in View Issues? We've added handler_id as a column of its own (sortable) and it is redundant in status.

Thanks!

Re: Removing handler_id from status in View Issues

Posted: 19 Mar 2008, 07:41
by seiji
Set $g_show_assigned_names to OFF in your config_inc.php.

Re: Removing handler_id from status in View Issues

Posted: 19 Mar 2008, 13:30
by nurikabe
Duh! Right in front of me.

Thanks very much, that was driving me crazy.