add_relationship threshold

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
djockheck
Posts: 3
Joined: 09 Mar 2005, 09:29

add_relationship threshold

Post by djockheck »

I've seen that I only can add a relationship when access-level is manager or higher. How can I allow devellopers to add relationships without upgrading them to manager-access?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Adding a relationship is controlled by the $g_update_bug_threshold parameter.

Try

Code: Select all

$g_update_bug_threshold = DEVELOPER;
in your config_inc.php file. Note that this will allow developers to update the information on an issue as well.
Post Reply