Page 1 of 1
Order of fields in View Issues Filter
Posted: 03 Apr 2014, 22:53
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
Re: Order of fields in View Issues Filter
Posted: 04 Apr 2014, 06:40
by atrol
use page "My Account" > "Manage Columns" for it.
Re: Order of fields in View Issues Filter
Posted: 04 Apr 2014, 15:09
by Shifter7
Not the columns, but the actual filter choices...
Re: Order of fields in View Issues Filter
Posted: 05 Apr 2014, 08:13
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.
Re: Order of fields in View Issues Filter
Posted: 07 Apr 2014, 14:43
by Shifter7
I'll give it a shot.
Thanks!!!