Hide or disable delete button for every one

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
facser
Posts: 3
Joined: 15 Apr 2016, 11:30

Hide or disable delete button for every one

Post by facser »

Hi!

I have MantisBT 1.2.1.
Is there any way to disable delete button for every one? I mean I want let to delete ticket only who has access to the database too! Is there any way to hide the button, for example..

Thank You!
Andy
atrol
Site Admin
Posts: 8572
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Hide or disable delete button for every one

Post by atrol »

Add the following line to file config_inc.php

Code: Select all

$g_delete_bug_threshold = NOBODY;
Please use Search before posting and read the Manual
facser
Posts: 3
Joined: 15 Apr 2016, 11:30

Re: Hide or disable delete button for every one

Post by facser »

Thank you! It is working!
Post Reply