From c5a56975d0e7036261fa1e6732e54d13126a9944 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sat, 15 Apr 2023 09:48:50 -0700 Subject: [PATCH] bump to 2.25.7 --- templates/var/www/mantis/config/config_inc.php.j2 | 1 + templates/var/www/mantis/config/custom_constants_inc.php.j2 | 1 + templates/var/www/mantis/config/custom_strings_inc.php.j2 | 1 + vars/mantis.yml | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) 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 @@