Opened 17 years ago
Closed 17 years ago
#6100 closed (fixed)
newforms-admin: popup won't be dismissed when adding
Reported by: | oggie_rob | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa-blocker | |
Cc: | davidgrant@… | 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
When you add a related field via newforms-admin, the popped up window isn't dismissed properly because of a javascript error. This is due to the value being passed into the html_unescape() function - it is an integer but the function is expecting a string.
Attachments (2)
Change History (12)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Version: | SVN → newforms-admin |
---|
by , 17 years ago
Attachment: | 6100.2.diff added |
---|
comment:7 by , 17 years ago
Keywords: | nfa-blocker added |
---|
I have also come across this problem. This needs to be included before the merge of newforms-admin.
comment:8 by , 17 years ago
Cc: | added |
---|
When I was using newforms-admin at the beginning of January I didn't see this bug but now I do for some reason.
comment:9 by , 17 years ago
Component: | Uncategorized → Admin interface |
---|
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
one-liner fix