﻿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
562	"""Add another"" JavaScript doesn't add new value to all fields relating to the same type"	Esaj	nobody	"Suppose we have a model containing two fields:

{{{
class Foo(meta.Model):
    field1 = meta.ForeignKey(Bar)
    field2 = meta.ForeignKey(Bar)
    ...
}}}

The admin interface generates ""Add another"" links next to the dropdowns.  If the link next to field1 is clicked, and a new value is added, then the new value only appears in the field1 dropdown and not in the dropdown for field2.

This is also seen in ""Add another"" links next to edit_line fields."	defect	closed	contrib.admin		normal	wontfix			Accepted	0	0	0	0	0	0
