Problem with pririty customization
Posted: 07 Oct 2005, 14:39
Hello!
I wanted to customize priority with entirely new priorities and i have problem.
I added a constant in custom_constant_inc.php
define ('OTHER', 70);
I changed var: g_pririty_enum_string in file: config_inc.php
$g_priority_enum_string = '10:none,20:low,...,60:immidiate,70:other';
and i added to var. $s_priority_enum_string '70:other' in custom_string_inc.php file and my priority list in buHello!
I wanted to customize priority with entirely new priorities and i have problem.
I added a constant in custom_constant_inc.php
define ('OTHER', 70);
I changed var: g_pririty_enum_string in file: config_inc.php
$g_priority_enum_string = '10:none,20:low,...,60:immidiate,70:other';
and i added to var. $s_priority_enum_string '70:other' in custom_string_inc.php file and my priority list in bug report page is another position named @70@. What should I do?
I saw that in core.php there is no require_once for custom_string_inc.php but when I added this nothing changed.
I use Mantis 1.0.0rc1
Please answer if anybody knows what is wrong in my code...
Regardsg report page is another position named @70@. What should I do?
I saw that in core.php there is no require_once for custom_string_inc.php but when I added this nothing changed.
I use Mantis 1.0.0rc1
Please answer if anybody knows what is wrong in my code...
Regards
I wanted to customize priority with entirely new priorities and i have problem.
I added a constant in custom_constant_inc.php
define ('OTHER', 70);
I changed var: g_pririty_enum_string in file: config_inc.php
$g_priority_enum_string = '10:none,20:low,...,60:immidiate,70:other';
and i added to var. $s_priority_enum_string '70:other' in custom_string_inc.php file and my priority list in buHello!
I wanted to customize priority with entirely new priorities and i have problem.
I added a constant in custom_constant_inc.php
define ('OTHER', 70);
I changed var: g_pririty_enum_string in file: config_inc.php
$g_priority_enum_string = '10:none,20:low,...,60:immidiate,70:other';
and i added to var. $s_priority_enum_string '70:other' in custom_string_inc.php file and my priority list in bug report page is another position named @70@. What should I do?
I saw that in core.php there is no require_once for custom_string_inc.php but when I added this nothing changed.
I use Mantis 1.0.0rc1
Please answer if anybody knows what is wrong in my code...
Regardsg report page is another position named @70@. What should I do?
I saw that in core.php there is no require_once for custom_string_inc.php but when I added this nothing changed.
I use Mantis 1.0.0rc1
Please answer if anybody knows what is wrong in my code...
Regards