Bugnote Order DESC

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
runner80
Posts: 13
Joined: 23 Jan 2007, 10:29
Location: Dortmund, Germany

Bugnote Order DESC

Post by runner80 »

Hi all,

I have a problem concerning the bugnotes. I want them to be ordered DESC and set the parameter

Code: Select all

$g_bugnote_order = 'DESC';
But this isn't working :cry:

What am I doing wrong? (Mantis 1.0.7)

Regards
Patrick
There are only 10 types of people in the world: Those who understand binary, and those who don't.
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post by ed »

your personal setting may be overriding the global setting; ie $g_default_bugnote_order
runner80
Posts: 13
Joined: 23 Jan 2007, 10:29
Location: Dortmund, Germany

Post by runner80 »

Thanks for the quick reply!

What parameter has the higher priority? I thought the $g_bugnote_order = 'DESC'; has a higher priority than $g_default_bugnote_order = ASC;.

By the way, changing the parameter to $g_default_bugnote_order = DESC; doesn't work as well. In the debug mode query list there is a bugnote query with ASC, even when I changed both parameters to DESC. :?:

I'm really confused. Am I missing a further config parameter?
There are only 10 types of people in the world: Those who understand binary, and those who don't.
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post by ed »

You presonal setting may already be set in the database.

Have a look at Manage -> YourAccount

You may need to unprotect the account first to see all the settings.
Post Reply