Opened 14 years ago

Last modified 12 years ago

#12044 new New feature

Add extra_context to admin action delete_selected

Reported by: rjc Owned by: nobody
Component: contrib.admin Version: 1.1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We need to pass extra context in admin action delete_selected, just like admin view's delete_view.

Attachments (3)

t12044_r11366.patch (779 bytes) - added by rjc 14 years ago.
0003-Ticket-15569.patch (6.6 KB) - added by anonymous 11 years ago.
Patched against 1.4.2
0001-Ticket-12044.patch (1.2 KB) - added by anonymous 11 years ago.
Patched against 1.4.2

Download all attachments as: .zip

Change History (9)

Changed 14 years ago by rjc

Attachment: t12044_r11366.patch added

comment:1 Changed 14 years ago by Russell Keith-Magee

Has patch: set
milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 Changed 14 years ago by James Bennett

milestone: 1.2

1.2 is feature-frozen, moving this feature request off the milestone.

comment:3 Changed 12 years ago by Julien Phalip

Needs tests: set
Severity: Normal
Type: Uncategorized

comment:4 Changed 12 years ago by Julien Phalip

Type: UncategorizedNew feature

comment:5 Changed 12 years ago by Aymeric Augustin

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 Changed 12 years ago by Aymeric Augustin

Easy pickings: unset

Change Easy pickings from NULL to False.

Changed 11 years ago by anonymous

Attachment: 0003-Ticket-15569.patch added

Patched against 1.4.2

Changed 11 years ago by anonymous

Attachment: 0001-Ticket-12044.patch added

Patched against 1.4.2

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