Opened 16 years ago

Closed 15 years ago

Last modified 12 years ago

#8749 closed (fixed)

contrib.auth admin change password template breadcrumb differs

Reported by: Chris Beaven Owned by: Kevin Kubasik
Component: contrib.admin Version: dev
Severity: 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

Clicking the change password link from a page with a breadcrumb like:

 Home › Auth › Users › chris

...leads to a breadcrumb looking like:

 Home › Users › chris › Change password

Easy fix...

Attachments (1)

8749.diff (737 bytes ) - added by Chris Beaven 16 years ago.

Download all attachments as: .zip

Change History (9)

by Chris Beaven, 16 years ago

Attachment: 8749.diff added

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 15 years ago

Owner: changed from nobody to anonymous
Status: newassigned

I'd like to make this my first bug I close at PyCon09 Sprints. If anyone has objections, tell me before tomorrow morning.

comment:3 by Kevin Kubasik, 15 years ago

Owner: changed from anonymous to Kevin Kubasik
Status: assignednew

Sorry, now I'm logged in.

comment:4 by Kevin Kubasik, 15 years ago

Correction, there is a working patch here. I'm just leaving it. If there's a reason that patch isn't valid, let me know.

comment:5 by Alex Gaynor, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10234]) Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris.

comment:7 by Jacob, 15 years ago

(In [10297]) [1.0.X] Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris. Backport of r10234 from trunk.

comment:8 by Jacob, 12 years ago

milestone: 1.1

Milestone 1.1 deleted

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