Opened 2 years ago
Last modified 10 months ago
#34044 assigned New feature
Admin app search filter appears in nav sidebar but not on admin homepage
Reported by: | Hugo Herter | Owned by: | Hisham Mahmood |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
When model admin view is open, such as /admin/auth/user/
, a navigation sidebar appears on the left of the screen.
This navigation sidebar contains a search field with the placeholder "Start typing to filter...", that filters model names to the search input.
The content of this navigation bar is almost identical to the admin homepage on /admin/
, with the exception of this search field.
When users open the admin homepage, they are searching for this search field and confused not to find it there.
Proposal
Copy the app filter on the admin homepage.
Attachments (1)
Change History (16)
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
by , 2 years ago
Attachment: | django-admin-home-add-filter.png added |
---|
Add app filter to django admin home
comment:2 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 2 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:5 by , 2 years ago
Has patch: | set |
---|
comment:7 by , 14 months ago
Owner: | changed from | to
---|
comment:8 by , 10 months ago
Owner: | changed from | to
---|---|
Patch needs improvement: | unset |
Pull request: https://github.com/django/django/pull/17709
comment:9 by , 10 months ago
Patch needs improvement: | set |
---|
comment:10 by , 10 months ago
Patch needs improvement: | unset |
---|
follow-up: 13 comment:11 by , 10 months ago
Needs documentation: | set |
---|---|
Patch needs improvement: | set |
comment:12 by , 10 months ago
Needs documentation: | unset |
---|---|
Patch needs improvement: | unset |
comment:13 by , 10 months ago
Replying to Natalia Bidart:
I added to release notes. Is any other documentation needed?
comment:14 by , 10 months ago
Patch needs improvement: | set |
---|
comment:15 by , 10 months ago
This ticket may change pending resolution of https://forum.djangoproject.com/t/adding-the-admin-nav-sidebar-to-almost-every-page/26921
Fix image link