Page 1 of 1

Display notes with most recent first?

Posted: 21 Sep 2005, 17:56
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)?

yes: $g_bugnote_order = 'ASC';

Posted: 22 Nov 2005, 17:36
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';

Posted: 24 Nov 2005, 19:22
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