View Issue Details

IDProjectCategoryView StatusLast Update
0015317mantisbtfilterspublic2012-12-26 03:39
ReporterChewits Assigned To 
PrioritylowSeverityfeatureReproducibilityhave not tried
Status acknowledgedResolutionopen 
Summary0015317: Add possibility to rearrange filter fields on the filter panel
Description

I've tried to create a new filter field using MantisFilter class. I did it, but now this filter field occupied a new <tr>...</tr> line on the filter panel, although it might be in the previous line near the other filters.

It would be nice to have an opportunity to appoint the order of each field on the filter panel. This allows to compact and rearrange filter panels view.

Additional Information

It may just be a property of the MantisFilter class. Also filter_api.php should be modified.

TagsNo tags attached.

Activities

dregad

dregad

2012-12-26 03:39

developer   ~0034612

I agree that this would be a nice feature, however implementing it would require a complete overhaul of a very long and complex function (filter_draw_selection_area2), and probably several underlying APIs as well, not to mention designing an interface to allow the user/admin to rearrange the filters.