Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10782 closed (fixed)

admin JS error: "obj is undefined"

Reported by: Carl Meyer Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

With trunk django, viewing an empty changelist (i.e. the Groups changelist with no groups defined) results in a Javascript error on Firefox 3: "obj is undefined" in core.js line 9.

Change History (3)

comment:1 by Alex Gaynor, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [10515]) Fixed #10782 -- Fixed a Javascript error in the admin.

Viewing an empty changelist page no longer attempts to attach event
listeners to an undefined object.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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