Opened 4 years ago
Closed 4 years ago
#31946 closed Bug (duplicate)
Admin Sidebar django 3.1 display errors (Panel is Overlapping)
Reported by: | Roberth Solís | Owned by: | Roberth Solís |
---|---|---|---|
Component: | contrib.admin | Version: | 3.1 |
Severity: | Normal | Keywords: | admin, ui/ux, bug |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
I've an Issue with the sidebar panel, the content (Detail View) is blocked if I have the sidebar open:
And this happend if I try to close it:
I found the ticket: ##31901 https://github.com/django/django/pull/13322
But i think is not the same error
thanks,
Attachments (2)
Change History (4)
by , 4 years ago
Attachment: | Captura de pantalla de 2020-08-26 01-25-13.png added |
---|
by , 4 years ago
Attachment: | Captura de pantalla de 2020-08-26 01-25-28.png added |
---|
Sidebar Panel closed
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I think it's a duplicate of #31909. Can you check 'context_processors'
option? it should contain django.template.context_processors.request
instead of django.contrib.messages.context_processors.request
.
Note:
See TracTickets
for help on using tickets.
Sidebar Panel overlapping