Opened 17 years ago
Closed 17 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)
Change History (2)
by , 17 years ago
Attachment: | 6614_adminoptions_fix.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixes newforms-admin as of r7121