Page 1 of 1

Problem with customizing priorities - SOLVED

Posted: 17 Feb 2008, 16:55
by leblancma
Our implementation uses customized priorities where $g_priority_enum_string has 9 levels (10:9-Low to 90:1-High).

After upgrading to version 1.1.1, Mantis does not recognize $g_priority_enum_string in our config_inc.php file, yet other config directives are recognized (such as $g_show_priority_text and $g_view_issues_page_columns).

Issues are shown with the 6 standard Mantis priorities, and our 3 High priorities appear as @70@, @80@, and @90@.

PROBLEM SOLVED

I'll leave this post here because others may have the same problem.

I had forgotten that custom_strings_inc.php also needed to be copied to the Mantis directory. The display is now correct.