How can I... change Issue History from sorting ASC to DESC..

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
robertvanhall
Posts: 5
Joined: 17 Mar 2006, 15:44

How can I... change Issue History from sorting ASC to DESC..

Post by robertvanhall »

Dear people,

Just found out how (but where, that's still the question) :wink:
to change the time format of the Issue History.

But how can I change the sort order of Issue History, so that the newest changes will be shown on top?

Cheers,
Robert
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Hi Robert:

History ordering is set by the $g_history_order config setting.

Add:
$g_history_order = 'DESC';

to your config_inc.php file and you should be set....

Hope this helps,
Lincoln.
robertvanhall
Posts: 5
Joined: 17 Mar 2006, 15:44

Post by robertvanhall »

Hi Narcissus,

Thank you very much, this was exactly what I meant.

Only, I made a mistake: I changed it in config_defaults_inc.php, but meanwhile I have found out that this is not the right way to do it: I should add the changed setting in config_inc.php, right?

Thanks a lot,

Cheers,
Robert
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

All configuration overrides should go into config_inc.php, this retains your configuration if/when you upgrade to future Mantis versions.

Regards,
Victor
Mantis Blog
http://www.futureware.biz
Post Reply