Display notes with most recent first?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Grend
Posts: 13
Joined: 01 Jun 2005, 20:36

Display notes with most recent first?

Post by Grend »

Sorry if this is answered somewhere else, but is there an easy way to have Mantis display notes with the most recent appearing first (at the top of the list)?
J-F Desrosiers

yes: $g_bugnote_order = 'ASC';

Post by J-F Desrosiers »

Look at theses lines in the default_config_inc.php file:

Code: Select all

	###############################
	# Mantis Bugnote Settings
	###############################

	# --- bugnote ordering ------------
	# change to ASC or DESC
	$g_bugnote_order		= 'DESC';
QAbe

Post by QAbe »

You can also do it from the GUI: but you must be admin!
Go under:
1-Manage
2-Manage Users
3-select the user
4-select the option: Notes Sort Order
5-choose: Descending
6-select: Update Prefs

That's it!
QAbe
Post Reply