Cant get Delete Issue Button to show

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
elftron
Posts: 5
Joined: 14 Feb 2017, 05:36

Cant get Delete Issue Button to show

Post by elftron »

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
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Cant get Delete Issue Button to show

Post by atrol »

Maybe you have set the theshold also in database via Manage > Manage Configuration page for all projects or a specific project.
Settings in the database override settings in config_inc.php.
Please use Search before posting and read the Manual
elftron
Posts: 5
Joined: 14 Feb 2017, 05:36

Re: Cant get Delete Issue Button to show

Post by elftron »

Sorry I did not get back to you in a timely manner. You were correct. We had set it so that no-one could delete an issue in the configuration. I never thought we would ever need to delete an issue for any reason.

Thank you very much for your help

Elf
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Cant get Delete Issue Button to show

Post by atrol »

Thanks for providing feedback.
Please use Search before posting and read the Manual
Post Reply