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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cath
Posts: 8
Joined: 16 Dec 2019, 17:31

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

Post 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
cath
Posts: 8
Joined: 16 Dec 2019, 17:31

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

Post 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 7214 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 .
cas
Posts: 1768
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
cath
Posts: 8
Joined: 16 Dec 2019, 17:31

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

Post by cath »

thank for your response
Post Reply