Opened 18 months ago

Last modified 2 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 Hugo Herter)

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.

Add app filter to django admin home

Proposal

Copy the app filter on the admin homepage.

Attachments (1)

django-admin-home-add-filter.png (78.9 KB ) - added by Hugo Herter 18 months ago.
Add app filter to django admin home

Download all attachments as: .zip

Change History (16)

comment:1 by Hugo Herter, 18 months ago

Description: modified (diff)

Fix image link

by Hugo Herter, 18 months ago

Add app filter to django admin home

comment:2 by Hugo Herter, 18 months ago

Owner: changed from nobody to Hugo Herter
Status: newassigned

comment:3 by Tom Carrick, 18 months ago

Triage Stage: UnreviewedAccepted

comment:5 by Hugo Herter, 18 months ago

Has patch: set

comment:6 by Mariusz Felisiak, 18 months ago

Patch needs improvement: set

Per author's comments.

comment:7 by SanjayBisht96, 7 months ago

Owner: changed from Hugo Herter to SanjayBisht96

comment:8 by Hisham Mahmood, 3 months ago

Owner: changed from SanjayBisht96 to Hisham Mahmood
Patch needs improvement: unset

comment:9 by Hisham Mahmood, 3 months ago

Patch needs improvement: set

comment:10 by Hisham Mahmood, 3 months ago

Patch needs improvement: unset

comment:11 by Natalia Bidart, 3 months ago

Needs documentation: set
Patch needs improvement: set

comment:12 by Hisham Mahmood, 3 months ago

Needs documentation: unset
Patch needs improvement: unset

in reply to:  11 comment:13 by Hisham Mahmood, 3 months ago

Replying to Natalia Bidart:
I added to release notes. Is any other documentation needed?

comment:14 by Natalia Bidart, 3 months ago

Patch needs improvement: set
Note: See TracTickets for help on using tickets.
Back to Top