Page 1 of 1

$g_delete_attachments_threshold not working

Posted: 10 Aug 2005, 21:21
by Skellington
Please, can you tell me what is wrong on my config?

I use mantis-1.0.0rc1, and config_inc.php contains:

$g_view_attachments_threshold = VIEWER;
$g_download_attachments_threshold = VIEWER;
$g_delete_attachments_threshold = MANAGER;
$g_allow_view_own_attachments = ON;
$g_allow_download_own_attachments = ON;
$g_allow_delete_own_attachments = ON;

I want only MANAGER and ADMINISTRATOR can delete any attachment, but I wish that other users (developer, reporter) could only delete themselves attachs.

Something is wrong, because any user (developer level, for example) can still delete ANY attachment.

Any suggestion?

Thanks in advance.

Posted: 11 Aug 2005, 01:31
by thraxisp
It's a bug. I filed it as #6115 .