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.
Uploading project documents
Moderators: Developer, Contributor
Re: Uploading project documents
Look for the file config_defaults_inc.php. This should be in /../mantis/www/ (at least in v 1.0.
. 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.
# 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.
Mike Zenns
Mantis Administrator
v. 1.0.8
Ubuntu 8.04 server
Mantis Administrator
v. 1.0.8
Ubuntu 8.04 server
Re: Uploading project documents
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"
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"