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
PRIORITY not displayed on 'View Issues' page
Moderators: Developer, Contributor
-
suresh.k.dasari
- Posts: 4
- Joined: 26 Jun 2015, 09:16
PRIORITY not displayed on 'View Issues' page
- Attachments
-
- Priority.PNG (2.89 KiB) Viewed 3370 times
Re: PRIORITY not displayed on 'View Issues' page
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.
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;