Opened 17 years ago

Closed 17 years ago

#2300 closed defect (fixed)

[patch] Manipulator.prepare() not called and value not set in CheckboxSelectMultipleField.render()

Reported by: lerouxb@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: mir@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I understand that prepare() is new, but the code is in subversion and I figure it might as well work ;) CheckboxSelectMultipleField.render doesn't output value="on" in the actual checkbox elements.

This patch fixes it.

Attachments (1)

django_forms__init__.diff (1.1 KB) - added by lerouxb@… 17 years ago.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by lerouxb@…

Attachment: django_forms__init__.diff added

comment:2 Changed 17 years ago by mir@…

Cc: mir@… added

comment:3 Changed 17 years ago by Malcolm Tredinnick

Resolution: fixed
Status: newclosed

(In [3850]) Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField
form field. Converted the submitted data for the same field back into something
we can work with. Thanks, lerouxb@….

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