Opened 6 months ago

Last modified 6 months ago

#35471 closed New feature

Make the admin search filter optional in nav sidebar? — at Version 3

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.

Change History (4)

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)
Note: See TracTickets for help on using tickets.
Back to Top