#31603 closed Bug (fixed)
"Clear all filters" link removes ordering and search criteria.
Reported by: | Mariusz Felisiak | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 3.1 |
Severity: | Release blocker | Keywords: | |
Cc: | frnhr | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
"Clear all filters" link removes ordering and search criteria, it should clear only filters. It is a new feature added in Django 3.1 (see #27888 and b94764e178056a2118eff3f53f567207219e737d.
Discussion on the mailing list.
Thanks Fran Hrženjak for the report.
Change History (5)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
@felixxm
I've just created a PR to fix this ticket. not sure about the solution.
I can complete the PR and add more tests if you are OK with the proposed solution.