Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#12707 closed (fixed)

admin actions display a warning when using list_editable (introduced in r11837)

Reported by: arne Owned by: Colin Copeland
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"No action selected" message from r11837 displays if a changelist view contains both "admin actions" and fields marked as "list_editable".

To reproduce: just make a change in an editable field and save.

Expected result: just the message about the edited object ("%(count)s %(name)s was changed successfully.").

Actual result: two messages, one "No action selected" message and one about the edited object ("%(count)s %(name)s was changed successfully.").

Attachments (1)

12707.diff (1.9 KB ) - added by Colin Copeland 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Jannis Leidel, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 14 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:3 by Colin Copeland, 14 years ago

Owner: changed from anonymous to Colin Copeland
Status: assignednew

by Colin Copeland, 14 years ago

Attachment: 12707.diff added

comment:4 by Colin Copeland, 14 years ago

Has patch: set

comment:5 by jkocherhans, 14 years ago

Fixed by [12525]. Trac didn't pick it up for some reason.

comment:6 by jkocherhans, 14 years ago

Resolution: fixed
Status: newclosed

comment:7 by Karen Tracey, 14 years ago

(In [12815]) [1.1.X] Fixed #12707. Admin action messages are no longer displayed when submitting list_editable content. Thanks, copelco.

and

Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavin and anyone else I've missed.

r12525 and r12813 from trunk, together to avoid the regression introduced by r12525 alone.

comment:20 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

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