Order of fields in View Issues Filter

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Shifter7
Posts: 10
Joined: 03 Apr 2014, 22:45

Order of fields in View Issues Filter

Post by Shifter7 »

Can the order of the fields in the View Issues filter section be changed?
Also, can any of these fields not being used be hidden/deleted?
Thanks
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Order of fields in View Issues Filter

Post by atrol »

use page "My Account" > "Manage Columns" for it.
Please use Search before posting and read the Manual
Shifter7
Posts: 10
Joined: 03 Apr 2014, 22:45

Re: Order of fields in View Issues Filter

Post by Shifter7 »

Not the columns, but the actual filter choices...
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Order of fields in View Issues Filter

Post by atrol »

Shifter7 wrote:Not the columns, but the actual filter choices...
Got it, didn't read exactly what you wrote.

Some fields disappear automatically if you disable a functionality (e.g. you will not see the profile fields if $g_show_profile = OFF)
There are no more configuration options for it.
You have to change the code of function filter_draw_selection_area2 in file core/filter_api.php if there is a need for more customization.
Please use Search before posting and read the Manual
Shifter7
Posts: 10
Joined: 03 Apr 2014, 22:45

Re: Order of fields in View Issues Filter

Post by Shifter7 »

I'll give it a shot.
Thanks!!!
Post Reply