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?
How to show Priority text on View Issues report
Moderators: Developer, Contributor
Re: How to show Priority text on View Issues report
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.atrol wrote:enter the following line in your config_inc.php
$g_show_priority_text = ON;
Re: How to show Priority text on View Issues report
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?
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?
Re: How to show Priority text on View Issues report
I wrote that you should enter a (new) line in this file, so you couldn't find it.qatester wrote:I looked into config_inc.php but I couldn't find the $g_show_priority_text