Remove Filters fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
serperga
Posts: 2
Joined: 19 Nov 2013, 16:04

Remove Filters fields

Post by serperga »

Hi,

I'm new in Mantis. I have been working for 1 month with Mantis and i have a question. I've searched the forum and i don't find anything to solve my problem. I'd like to remove some filter fields from the filter page. For example , How can i remove the reporter filed from the filter form?

Thanks for all and excuse my poor english.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Remove Filters fields

Post by atrol »

There is no configuration option for it, at least not for the reporter field.
You would have to change the source code of function filter_draw_selection_area2 in file core/filter_api.php

There are other fields that automatically disappear if a certain functionality is not enabled.
e.g. you will see no field "Profile:" if the configuration option $g_enable_profiles is set to OFF
Please use Search before posting and read the Manual
serperga
Posts: 2
Joined: 19 Nov 2013, 16:04

Re: Remove Filters fields

Post by serperga »

Thanks for all Atrol.
Post Reply