﻿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
629	[patch] ChangeManipulator does not correctly display <select> when the data is an id type	wgunadi@…	Adrian Holovaty	"When a field in a Change Manipulator form is a relation to another object/table, the !__dict!__ stores:

{{{
field_name + ""_id""
}}}

as the key to the dictionary entry.  For example:

{{{
{'name': 'CCN_PRJ1_PROD_R2', 'appname_id': 2, 'id': 5}
Notice that the appname field is keyed as 'appname_id'
}}}

So, when the Change Manipulator code in formfields.py:__getitem__() tries to get the data, it won't find it.
"	defect	closed	Core (Other)		normal	fixed	change manipulator		Unreviewed	1	0	0	0	0	0
