Opened 16 years ago

Closed 16 years ago

#6614 closed (fixed)

r7121 breaks newforms-admin. NameError: global name 'AdminOptions' is not defined

Reported by: Brian Rosner Owned by: nobody
Component: Uncategorized Version: newforms-admin
Severity: Keywords: nfa-blocker
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the recent merge up to trunk it looks like some code was moved in trunk which now causes the following exception:

NameError: global name 'AdminOptions' is not defined

The attached patch resolves the problem.

Attachments (1)

6614_adminoptions_fix.diff (712 bytes ) - added by Brian Rosner 16 years ago.
fixes newforms-admin as of r7121

Download all attachments as: .zip

Change History (2)

by Brian Rosner, 16 years ago

Attachment: 6614_adminoptions_fix.diff added

fixes newforms-admin as of r7121

comment:1 by jkocherhans, 16 years ago

Resolution: fixed
Status: newclosed

(In [7125]) newforms-admin: Fixed #6614. Removed some code related to old Admin classes. Thanks, Brian Rosner.

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