Default sorting view_all_bug_page

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

Default sorting view_all_bug_page

Post by truefriend-cz »

Hi all.
I can change default sorting on view_all_bug_page.php by date_submitted? How?

Thanks
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
truefriend-cz
Posts: 66
Joined: 08 Jan 2019, 07:14

Re: Default sorting view_all_bug_page

Post by truefriend-cz »

I changed in filer_api.php on line 871:

Code: Select all

FILTER_PROPERTY_SORT_FIELD_NAME => 'last_updated',
to

Code: Select all

FILTER_PROPERTY_SORT_FIELD_NAME => 'date_submitted',
it is good solution?? Or i can better?
Mantis version: 2.23.0, OS: Windows, PHP: 7.3, Charset (PHP, Database): UTF-8, and: little, bad english
cas
Posts: 1605
Joined: 11 Mar 2006, 16:08
Contact:

Re: Default sorting view_all_bug_page

Post by cas »

That is the place to do this, just need to redo @ every update of mantis :roll:
Post Reply