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
Hide or disable delete button for every one
Moderators: Developer, Contributor
Re: Hide or disable delete button for every one
Add the following line to file config_inc.php
Code: Select all
$g_delete_bug_threshold = NOBODY;Re: Hide or disable delete button for every one
Thank you! It is working!