﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9110	prepopulate_from only works for text entry fields	Josh Ourisman	nobody	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.		closed	contrib.admin	dev		duplicate	admin prepopulate		Accepted	1	0	0	0	0	0
