PRIORITY not displayed on 'View Issues' page

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
suresh.k.dasari
Posts: 4
Joined: 26 Jun 2015, 09:16

PRIORITY not displayed on 'View Issues' page

Post 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
Attachments
Priority.PNG
Priority.PNG (2.89 KiB) Viewed 3370 times
atrol
Site Admin
Posts: 8572
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: PRIORITY not displayed on 'View Issues' page

Post 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;
Please use Search before posting and read the Manual
Post Reply