How to show Priority text on View Issues report

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

How to show Priority text on View Issues report

Post by qatester »

Hello,

I'm new to Mantis, and I'm using Mantis 1.2.0. I'm sure someone had already asked this questions but the answers given in the previous posting are a bit vague. Can someone tell me how to show Priority in full text on the View Issues report?
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to show Priority text on View Issues report

Post by atrol »

enter the following line in your config_inc.php
$g_show_priority_text = ON;
Please use Search before posting and read the Manual
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

Re: How to show Priority text on View Issues report

Post by qatester »

atrol wrote:enter the following line in your config_inc.php
$g_show_priority_text = ON;
Thanks for the reply. If I install Mantis new patches in the future, will it overwrite the changes that I make in the config_inc.php file? I want to make the changes permanent that will carry over every time I install new updates.
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

Re: How to show Priority text on View Issues report

Post by qatester »

I looked into config_inc.php but I couldn't find the $g_show_priority_text so I tried the following and it works.

1. Go to Manager --> Manage Configurations
2. Scroll to the bottom of the page where Set Configuration Option is and enter:
Configuration Option: show_priority_text
Value: 1 (I tried ON first and it didn't work so I tried 1 and it worked)

Atrol, thanks for the tip. I wouldn't have though of trying it in Configuration Option if you didn't point out $g_show_priority_text. The only thing is The View Issues page still show P instead of Priority. How do I change it?
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to show Priority text on View Issues report

Post by atrol »

qatester wrote:I looked into config_inc.php but I couldn't find the $g_show_priority_text
I wrote that you should enter a (new) line in this file, so you couldn't find it.
Please use Search before posting and read the Manual
Post Reply