Increase Viewed number of tickets in My View possible?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

Increase Viewed number of tickets in My View possible?

Post by mushu »

Mantis v2.24.3
Windows

Wondering if there is a way to increase the number of tickets viewed in the [My View] tab in the "Assigned to me (Unresolved)" section? Want to increase that from ten to 15 or so. Would be great to have that be a configurable value if it is not already. I don't like the view when I click the AssignedToMe link to go into the View All Set section, that's just too busy.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Increase Viewed number of tickets in My View possible?

Post by cas »

Add this line to core/config_inc.php:

Code: Select all

$g_my_view_bug_count = 10; 
Adjust the number to whatever you like :mrgreen:
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

Re: Increase Viewed number of tickets in My View possible?

Post by mushu »

Thank you very much!
Post Reply