$g_delete_attachments_threshold not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Skellington
Posts: 8
Joined: 10 Aug 2005, 21:08

$g_delete_attachments_threshold not working

Post 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.
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

It's a bug. I filed it as #6115 .
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply