Cant get Delete Issue Button to show
Posted: 04 Aug 2020, 23:19
Hi
Been using Mantis for over 10 years and for the first time ever we need to delete an issue(about 50 users). Had it set so that could not be done. I just need to be able to set it so that an administrator can do it. I believe I have missed something simple but have not been able to work it out.
I need to get the delete issue button to show.
I have changed the following options
config_defaults_inc.php ::
/**
* Delete bug threshold
* @global integer $g_delete_bug_threshold
*/
$g_delete_bug_threshold = ADMINISTRATOR;
config_local.php ::
/**
* Delete bug threshold
* @global int $g_delete_bug_threshold
*/
$g_delete_bug_threshold = ADMINISTRATOR;
/**
* Delete bugnote threshold
* @global string $g_delete_bugnote_threshold
*/
$g_delete_bugnote_threshold = ADMINISTRATOR;
We are currently using version 1.3.5 under debian linux. I know its an older version but it just keep working for us. Our version is heavily customized for our use but only in the questions that are required not in the base running of Mantis
Thanks for any help.
Elf
Been using Mantis for over 10 years and for the first time ever we need to delete an issue(about 50 users). Had it set so that could not be done. I just need to be able to set it so that an administrator can do it. I believe I have missed something simple but have not been able to work it out.
I need to get the delete issue button to show.
I have changed the following options
config_defaults_inc.php ::
/**
* Delete bug threshold
* @global integer $g_delete_bug_threshold
*/
$g_delete_bug_threshold = ADMINISTRATOR;
config_local.php ::
/**
* Delete bug threshold
* @global int $g_delete_bug_threshold
*/
$g_delete_bug_threshold = ADMINISTRATOR;
/**
* Delete bugnote threshold
* @global string $g_delete_bugnote_threshold
*/
$g_delete_bugnote_threshold = ADMINISTRATOR;
We are currently using version 1.3.5 under debian linux. I know its an older version but it just keep working for us. Our version is heavily customized for our use but only in the questions that are required not in the base running of Mantis
Thanks for any help.
Elf