Opened 2 years ago
Last modified 14 months ago
#34044 assigned New feature
Admin app search filter appears in nav sidebar but not on admin homepage — at Initial Version
Reported by: | Hugo Herter | Owned by: | nobody |
---|---|---|---|
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 |
Pull Requests: | 17709, | ||
Description ¶
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.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.