Sort Issue History and Activities / Notes Recent to Oldest?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
juskeliwe
Posts: 1
Joined: 15 Jul 2020, 02:10

Sort Issue History and Activities / Notes Recent to Oldest?

Post by juskeliwe »

Hello Mantis BT Community,

In the process of setting up Mantis BT 2.14.0 for our team and wanted to know how we can change the way the Activities section and Issue History section display the order of items listed?

Currently it shows from oldest to newest, leaving the user having to scroll to the bottom of each area to see the latest items updated. Would like to change this so the newest items show at the top and the oldest show at the bottom for each mentioned section.

Thanks to anyone who can chime in and help with this.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sort Issue History and Activities / Notes Recent to Oldest?

Post by atrol »

Add the following lines to file config_inc.php

Code: Select all

$g_history_order = 'DESC';
$g_default_bugnote_order = 'DESC';
Please use Search before posting and read the Manual
Post Reply