#12973 closed (duplicate)
Changeset 12525 breaks delete selected admin action
Reported by: | Preston Holmes | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
the additions to contrib/admin/options.py prevents the response_action method from running the action when being POSTed from the confirmation screen of the delete selected action.
This was added to fix another ticket, not sure what is the proper way to fix the original ticket without breakage.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | modeladmin-12595.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Needs tests: | set |
Patch needs improvement: | set |
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This was already reported in #12962.
Note:
See TracTickets
for help on using tickets.
Attached a patch that passes the 'human' test. Sorry - still learning and don't know enough to create the proper code test.