Change number of displayed digits in issue ID

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
gregorp

Change number of displayed digits in issue ID

Post by gregorp »

I installed Mantis about a week ago and my team is liking it a lot so far. We're a small group working on a small project. We have about 50 issues currently, but getting to 1000 is probably a long way off. Getting to the millions is unthinkable. Is there any way to adjust the number of digits displayed for each issue ID? 3 or 4 digits should be sufficient for us.

Thanks!
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Change number of displayed digits in issue ID

Post by atrol »

Add the following line to file config_inc.php

Code: Select all

$g_display_bug_padding = 4;
Please use Search before posting and read the Manual
gregorp

Re: Change number of displayed digits in issue ID

Post by gregorp »

Works wonderfully. Thanks!
Post Reply