Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#16912 closed Bug (fixed)

Missing breadcrumb div in admin's change_form

Reported by: Florian Apolloner Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Title says it all, navigate to /admin/auth/user/1 and see the broken breadcrumbs

Attachments (1)

broken_admin.diff (700 bytes ) - added by Florian Apolloner 13 years ago.

Download all attachments as: .zip

Change History (5)

by Florian Apolloner, 13 years ago

Attachment: broken_admin.diff added

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [16887]:

Fixed #16912 -- Fixed breadcrumb styling in a couple of admin pages, broken since r16857. Thanks Florian Apolloner for the report.

comment:3 by Jacob, 13 years ago

milestone: 1.4

Milestone 1.4 deleted

comment:2 by Ramiro Morales, 12 years ago

In [17098]:

Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Thanks shibz for the report and fix.

Refs #16912.

Note: See TracTickets for help on using tickets.
Back to Top