Details
Description
See CORE-2339 for UI design.
- A new button using the Font Awesome fa-filter funnel icon to the left of the + (New Package) button
- Clicking the button will toggle open/closed the filter section which appears above the table listing
- Filter by Ticket Number (text field), Priority (dropdown Defaults to "All"), Department (dropdown Defaults to "All"), Summary (text field), Assigned To (drop down defaults to "All"), and possibly Last Reply (Drop down All Time, 15/30/60 minutes, and 1, 6, 12, 24, 72 hrs) which automatically filters the results in the table below. It might make sense to throw Status in here also, and remove that from the link section in the upper right. Let's discuss.
- Be sure to update the client profile widgets as well
Since the ticket overview automatically reloads tickets via AJAX, it should not overwrite the filter options, they should stay as set until you leave or refresh the page.
Issue Links
- is blocked by
-
CORE-3542 Update widget helpers to support filters
- Closed
It seems like this has a dependency on the widget being updated to support this new filter toggle option