diff --git a/templates/var/www/mantis/config/config_inc.php.j2 b/templates/var/www/mantis/config/config_inc.php.j2 index 3c1ef0f..574ef0e 100644 --- a/templates/var/www/mantis/config/config_inc.php.j2 +++ b/templates/var/www/mantis/config/config_inc.php.j2 @@ -45,4 +45,5 @@ $g_enable_email_notification = ON; # Cookie problems $g_allow_permanent_cookie = OFF; $g_status_enum_string = '10:new,20:feedback,25:needinfo,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed'; +$g_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,56:QA,70:manager,90:administrator'; $g_status_colors['needinfo'] = '#797ee8'; diff --git a/templates/var/www/mantis/config/custom_constants_inc.php.j2 b/templates/var/www/mantis/config/custom_constants_inc.php.j2 index fc081c1..f325db0 100644 --- a/templates/var/www/mantis/config/custom_constants_inc.php.j2 +++ b/templates/var/www/mantis/config/custom_constants_inc.php.j2 @@ -1,3 +1,4 @@