Page 1 of 1

More "Recently Visited"?

Posted: 19 Dec 2023, 21:07
by avr
Hi, is it possible to configure more "Recently Visited" items to show?

I understand this may be problematic if viewed on phones, etc., but I imagine a lot of people (like me) typically view MantisBT on a wide screen. For me, seeing a lot more than five "recent" would very helpful because as a tester/manager I view a lot more tickets than a developer, who might be more focused on their few working tickets.

If not, please consider a suggestion to make this configurable, or even to add a dropdown with items of the form ("<bug-id> <description>") from which you can quickly go back at least a dozen or two tickets.

Thank you.

Re: More "Recently Visited"?

Posted: 19 Dec 2023, 21:26
by atrol
Add the following line to file config/config_inc.php and adjust to your needs

Code: Select all

$g_recently_visited_count = 5;

Re: More "Recently Visited"?

Posted: 19 Dec 2023, 23:06
by avr
Thank you!