Page 1 of 1

issue assigning problem to reporter even after changing in core file ...

Posted: 22 Mar 2019, 20:42
by haseebraza
Hi,
i have upgraded from 2.1 to 2.5but the only issue i have is that in private/public there is no user listed but except of superuser/administrator
even i have changed value but it still not working.

/**
* access level needed to view private bugs
* Look in the constant_inc.php file if you want to set a different value
* @global integer $g_private_bug_threshold
*/
$g_private_bug_threshold = UPDATER;

/**
* access level needed to be able to be listed in the assign to field.
* @global integer $g_handle_bug_threshold
*/
$g_handle_bug_threshold = UPDATER;

Re: issue assigning problem to reporter even after changing in core file ...

Posted: 22 Mar 2019, 21:38
by atrol
haseebraza wrote: 22 Mar 2019, 14:35 i have upgraded from 2.1 to 2.5
Why 2.5 but not latest 2.20.0?