Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

modeladmin-12595.diff (1.4 KB ) - added by Preston Holmes 14 years ago.

Download all attachments as: .zip

Change History (4)

by Preston Holmes, 14 years ago

Attachment: modeladmin-12595.diff added

comment:1 by Preston Holmes, 14 years ago

Has patch: set
Needs tests: set
Patch needs improvement: set

Attached a patch that passes the 'human' test. Sorry - still learning and don't know enough to create the proper code test.

comment:2 by Karen Tracey, 14 years ago

Resolution: duplicate
Status: newclosed

This was already reported in #12962.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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