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:

https://user-images.githubusercontent.com/8825213/91273993-48483580-e73b-11ea-9f1c-b92151968391.png

And this happend if I try to close it:
https://user-images.githubusercontent.com/8825213/91274087-6f9f0280-e73b-11ea-9448-9c1c853a6a1f.png

I found the ticket: ##31901 https://github.com/django/django/pull/13322

But i think is not the same error

thanks,

Attachments (2)

Captura de pantalla de 2020-08-26 01-25-13.png (90.7 KB ) - added by Roberth Solís 4 years ago.
Sidebar Panel overlapping
Captura de pantalla de 2020-08-26 01-25-28.png (56.9 KB ) - added by Roberth Solís 4 years ago.
Sidebar Panel closed

Download all attachments as: .zip

Change History (4)

by Roberth Solís, 4 years ago

Sidebar Panel overlapping

by Roberth Solís, 4 years ago

Sidebar Panel closed

comment:1 by Roberth Solís, 4 years ago

Owner: changed from nobody to Roberth Solís
Status: newassigned

comment:2 by Mariusz Felisiak, 4 years ago

Resolution: duplicate
Status: assignedclosed

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.
Back to Top