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
Why I can't upadate the $s_priority_enum_string from GUI ?
Moderators: Developer, Contributor
Re: Why I can't upadate the $s_priority_enum_string from GUI ?
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 .
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 ?
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
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 ?
thank for your response