Opened 16 years ago

Closed 14 years ago

#9110 closed (duplicate)

prepopulate_from only works for text entry fields

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

Description

With the current implementation, prepopulate_from only works when the fields being drawn from are basic textentry fields: it can't handle choice fields such as ForeignKeys, &c. The attached patch changes this so that if the field specified to prepopulate from is any sort of choice field it will use onchange instead of onkeyup to monitor the field, and will retrieve the text of the field to get the selected option rather than the value which would return the wrong thing.

Attachments (1)

prepopulated_fields_js.diff (1.6 KB ) - added by Josh Ourisman 16 years ago.

Download all attachments as: .zip

Change History (3)

by Josh Ourisman, 16 years ago

Attachment: prepopulated_fields_js.diff added

comment:1 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Carl Meyer, 14 years ago

Resolution: duplicate
Status: newclosed

This is actually a straight-up duplicate of #9983.

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