Page 1 of 1

PRIORITY not displayed on 'View Issues' page

Posted: 26 Jan 2016, 10:57
by suresh.k.dasari
Hi

When I click on 'View Issues' page, I can see all the columns (including priority) that I've listed on the configuration, but the column heading for field 'Priority' on the 'View Issues' page is displayed as 'P' and the values as '-' by default on all the defects.

I am new to Mantis so unable to identify the issue. Could someone help me out.

Regards
Kumar

Re: PRIORITY not displayed on 'View Issues' page

Posted: 27 Jan 2016, 06:50
by atrol
This works as designed.
Priority is displayed with different icons.
You can add the following line to file config_inc.php if you don't like it.

Code: Select all

$g_show_priority_text = ON;