Skip to content

Filter feedback by category

Martin Burchell requested to merge filtering into staging

Following on from what we've done for tabs and widgets, I've added the ability to register dynamic filters and specify them in the tabbed page configuration. These appear in a form above the main table.

For each filter there needs to be a template with the form control and an apply method to add arguments to the transport list API

For now there is just one filter - a drop down to filter by Topic.

Merge request reports