Page 1 of 1

Why I can't upadate the $s_priority_enum_string from GUI ?

Posted: 08 Nov 2024, 14:29
by cath
Hello,
I have added the $s_priority_enum_string parameter into the adm_config_report.php Screen.
But it is not working.
To have a solution, we need to update the custom_strings_inc.php file .

Do you know why I can't update the list of this field by GUI of mantis administrator module. ?
And I need to disturb my informatic team.

you have below my parameter :
**************************************
Utilisateur Nom du projet Option de configuration Type Valeur
Tous les utilisateurs Tous les projets priority_enum_string string '10:,20:Moins de 2 mois,30:Dans les 30 jours,40:Dans les 15 jours,50:Dans les 8 jours,60:Urgent au plus vite'

Droits d'accès Administrateur

I had understood that the content of the GUI is priority on the content of the custom_strings_inc.php file ?

Thank a lot for your help

Re: Why I can't upadate the $s_priority_enum_string from GUI ?

Posted: 08 Nov 2024, 14:33
by cath
the content of the priority field is different
the content of the priority field is different
Capture d'écran 2024-11-08 153000.png (43.86 KiB) Viewed 7275 times
you see the content of the list of the field.

but in my config report I have put
'10:,20:Moins de 2 mois,30:Dans les 30 jours,40:Dans les 15 jours,50:Dans les 8 jours,60:Urgent au plus vite'

=> you see the difference.

the current content is the values that is into the custom_strings_inc.php file .

Re: Why I can't upadate the $s_priority_enum_string from GUI ?

Posted: 08 Nov 2024, 15:03
by cas
You are right, this cannot be done from the GUI so you need someone with access the the file-system.
But it is a good idea to make this possible through a plugin.
For now, contact your admin/network team

Re: Why I can't upadate the $s_priority_enum_string from GUI ?

Posted: 08 Nov 2024, 16:41
by cath
thank for your response