alle users which are in hierarchy below a certain access level do not show up in the list of people I can assign a bug to.
Here is my configuration and no user below level 70 can be assigned.
Code: Select all
$g_status_enum_string = '10:new,20:requested,30:confirmed,35:ordered,40:budget,50:assigned,60:implemented,70:tested,80:resolved,90:closed';
$g_access_levels_enum_string = 10:viewer,25:reporter,30:customer,50:developer,70:tester,80:manager,90:administrator';
Any help appreciated.
Thanks a lot, Mathias[/code]