Search found 5 matches

by preed
31 Oct 2006, 14:12
Forum: Help
Topic: Question: Set min. access level to get a bug assigned
Replies: 6
Views: 7110

Thanks Narcissus. I didn't think about losing the changes on upgrade. As always you provide good advice.

Question...if she doesn't want to extend the other privileges that higher status persons have, and only wants to be able to assign them an issue, what would she put in config_inc.php to make ...
by preed
30 Oct 2006, 19:01
Forum: Help
Topic: Question: Set min. access level to get a bug assigned
Replies: 6
Views: 7110

Did you look in the config_defaults_inc.php file? It appears there may be something there you can change, look in the section called Mantis Misc Settings for the "access level needed to be able to be listed in the assign to field". The default is DEVELOPER. Maybe you can try changing it to REPORTER ...
by preed
27 Oct 2006, 18:08
Forum: General Discussion
Topic: Cute Logo ...
Replies: 5
Views: 11212

Very nice Mr. Wizard!
by preed
16 Oct 2006, 21:24
Forum: Help
Topic: can a manager add users in his project
Replies: 6
Views: 8326

I see what you mean. I am no programmer, but it seems that the manage_users_link has been restricted by this to be only shown to those with a global level of ADMINISTRATOR. I don't know why they chose to do it this way instead of like the others in the code you've shown, which all use the config_get ...
by preed
13 Oct 2006, 18:23
Forum: Help
Topic: can a manager add users in his project
Replies: 6
Views: 8326

You might find it in the config_defaults_inc.php file. There are a lot of settings in there that control who has the ability to do things within Mantis. For example, we wanted Managers to be able to create new projects, and we found it in there as

# Threshold needed to create a new project
$g ...