Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#35471 closed New feature (wontfix)

Make the admin search filter optional in nav sidebar?

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 (last modified by Ryu)


Filtering content on navigation sidebar is useful if there is a lot of content, but unnecessary if there is little content.
Also, It seems that users of our service are unintentionally making inputs into the search field. We have received inquiries from them stating that their content has disappeared.
To avoid user confusion, an option to disable Filtering content on navigation sidebar is needed.

Proposal

Add AdminSite.enable_nav_sidebar_filter and if it is false, hide the search field.

Attachments (1)

django_1.jpg (193.4 KB ) - added by Ryu 6 months ago.

Download all attachments as: .zip

Change History (5)

by Ryu, 6 months ago

Attachment: django_1.jpg added

comment:1 by Ryu, 6 months ago

Description: modified (diff)

comment:2 by Ryu, 6 months ago

Description: modified (diff)

comment:3 by Ryu, 6 months ago

Description: modified (diff)

comment:4 by Sarah Boyce, 6 months ago

Resolution: wontfix
Status: newclosed

If you wish to do this on your project you could overwrite the template admin/nav_sidebar.html to be empty, see customizing the admin index page.

Otherwise, to way to request new features is to first propose and discuss the idea with the community and gain consensus. To do that, please consider starting a new conversation on the Django Forum, where you'll reach a wider audience and likely get extra feedback.

I'll close the ticket for now, but if there is a community agreement for the feature request, you are welcome to come back to the ticket and point to the forum topic, so we can then re-open it. For more details, please see the documented guidelines for requesting features.

Last edited 6 months ago by Sarah Boyce (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top