I've tried to follow the manual to add new statuses to Mantis using version 1.0a2.
I have the new statuses appearing in the filter, but they are not showed when you report an issue
Anyone can help ?
Thanks in advance
How can you Customize the statuses
Moderators: Developer, Contributor
I've tried to add a status all I get in the list is @60@
I've tried to change the name of a status but the dropdown list never shows the new name.
I followed the example to add to be tested but that didn't work.
It seems to me that Mantis is not reading the custom string file or the custom constant file. I've place both in the mantis root folder but no luck.
Thanks
I've tried to change the name of a status but the dropdown list never shows the new name.
I followed the example to add to be tested but that didn't work.
It seems to me that Mantis is not reading the custom string file or the custom constant file. I've place both in the mantis root folder but no luck.
Thanks
There is a pretty detailed description at http://manual.mantisbt.org/manual.custo ... values.php .
The custom_* files are php files and must be enclosed in <?php ?> to work properly.
The custom_* files are php files and must be enclosed in <?php ?> to work properly.
-
langis
Custom Status
I am using Mantis 1.0.0rc1 and I followed the instructions in the reference above to the letter and the newly created status does not appear anywhere.thraxisp wrote:There is a pretty detailed description at http://manual.mantisbt.org/manual.custo ... values.php .
The custom_* files are php files and must be enclosed in <?php ?> to work properly.
Can anyone help?