Opened 17 years ago

Closed 17 years ago

#3336 closed (fixed)

Link to Ticket System on "Community" page is broken

Reported by: ned.phillips@… Owned by: Jacob
Component: *.djangoproject.com Version:
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

The link to the "Ticket system" on the community page (under "Get Involved" in the right sidebar) links to http://code.djangoproject.com/newticket which now requires TICKET_CREATE privileges under the new ticket triage system. The result is an error message.

The link should point to http://code.djangoproject.com/simpleticket instead.

Attachments (1)

3336_patch.diff (3.8 KB ) - added by Marc Fargas <telenieko@…> 17 years ago.
s/newticket/simpleticket/

Download all attachments as: .zip

Change History (4)

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

by Marc Fargas <telenieko@…>, 17 years ago

Attachment: 3336_patch.diff added

s/newticket/simpleticket/

comment:2 by Marc Fargas <telenieko@…>, 17 years ago

Has patch: set

It changes all the "newticket" URL's I found around. It should be ok.

comment:3 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in [4401]. Thanks!

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