Opened 16 years ago

Closed 16 years ago

#6401 closed (fixed)

widgets.SelectMultiple needs custom is_empty

Reported by: STemplar <simon@…> Owned by: nobody
Component: Forms Version: newforms-admin
Severity: Keywords: selectmultiple, is_empty, manytomany
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Noticed problems in newforms-admin with inline edits containing ManyToMany-fields never being considered as empty.
Adding [] (empty list) to the values considered empty by the widget solves this.

Attachments (1)

widgets.diff (587 bytes ) - added by STemplar 16 years ago.

Download all attachments as: .zip

Change History (8)

by STemplar, 16 years ago

Attachment: widgets.diff added

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Matt McClanahan, 16 years ago

See also #4051.

comment:3 by Brian Rosner, 16 years ago

Version: SVNnewforms-admin

in reply to:  3 comment:4 by STemplar <simon@…>, 16 years ago

Replying to brosner:
Regarding version change: Although I came across the problem when using newforms-admin I consider this is a general newforms patch. My description wasn't rather clear on that though.

comment:5 by Brian Rosner, 16 years ago

It is a general newforms problem, but is_empty only exists in newforms-admin.

comment:6 by Brian Rosner, 16 years ago

Triage Stage: Ready for checkinAccepted

The patch will need some updating for nfa HEAD. Can someone look into whether it is still a problem?

comment:7 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

Closing this ticket has it is likely to have been fixed during the PyCon sprints. Please reopen if this can be reproduced on HEAD of newforms-admin.

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