Opened 6 months ago
Last modified 6 months ago
#35471 closed New feature
Make the admin search filter optional in nav sidebar? — at Initial Version
Reported by: | Ryu | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 5.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Filtering content on navigation sidebar is useful if there is a lot of content, but unnecessary if there is little content.
We also received inquiries about users mistakenly typing in the search field and the content was lost.
We need the ability to make the filtering optional.
Proposal
Add AdminSite.enable_nav_sidebar_filter and if it is false, hide the search field.
Note:
See TracTickets
for help on using tickets.