View Issue Details

IDProjectCategoryView StatusLast Update
0005329mantisbtfilterspublic2011-06-21 03:41
Reporterdkroft Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version0.19.2 
Summary0005329: limit the fields displayed for the user to filter on
Description

the filters are great, but they are beginning to occupy too much screen space on our pages.
i propose a the ability to list the fields the user may filter on.

Additional Information

i have begun writing code:

  • an item in the config_inc.php
  • $g_filter_fields = array( "FieldA", "FieldB" );
  • different from $g_filter_by_custom_fields
  • only display the fields in this list when rendering the filter html
TagsNo tags attached.

Activities

cas

cas

2009-03-28 05:34

reporter   ~0021244

Just wondering if anything is happening in this area.
Would love to be able to reduce the filter options dynamically.
Could be by settings in config_inc or by something like done with the columns.