FossilRepo
Ticket list should default to Open status filter
Fixed
b6839b464465ced…
· opened 3 days, 1 hour ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- April 8, 2026 2:12 p.m.
The ticket list page currently defaults to showing ALL tickets (Open, Fixed, Closed). It should default to showing only Open tickets, since that's what users care about most of the time.
CURRENT BEHAVIOR: - /projects//fossil/tickets/ shows all tickets with "All" filter active
EXPECTED BEHAVIOR: - /projects//fossil/tickets/ should default to "Open" filter - "All" should still be available as an explicit option
Affected code: - fossil/views.py — ticket_list view (default status filter) - templates/fossil/ticket_list.html — active state of filter buttons