Page 1 of 1

Uploading project documents

Posted: 04 Mar 2008, 08:32
by roga
is it possible to allow uploading project documents for groups below "Manager"?
In the Permissions Report i can see that this is allowed only for Manager and Administrator.

Re: Uploading project documents

Posted: 12 Jan 2010, 16:37
by mzenns
Look for the file config_defaults_inc.php. This should be in /../mantis/www/ (at least in v 1.0.8). Find the lines:

# access level needed to upload files to the project documentation section
# You can set this to NOBODY to prevent uploads to projects
# See also: $g_upload_bug_file_threshold, $g_allow_file_upload
$g_upload_project_file_threshold = MANAGER;

and change the threshold to the desired level.

Re: Uploading project documents

Posted: 12 Jan 2010, 16:46
by atrol
It's better not to change config_defaults_inc.php because your changes will be lost when updating to a newer version
It's recommended to have your local customizations in config_inc.php

Or don't change any file and store your customization in database by using the page "Manage" -> "Manage Configuration"