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!
Change number of displayed digits in issue ID
Moderators: Developer, Contributor
Re: Change number of displayed digits in issue ID
Add the following line to file config_inc.php
Code: Select all
$g_display_bug_padding = 4;