﻿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
15910	show delete links for all admin inline formset rows	Arthur de Jong <arthur@…>	nobody	"When adding a form to an inline formset in the admin interface it has a nice ""Remove"" link added automatically. These links are however missing from empty rows that have been created as a result from the ""extra"" option. They are also removed when the form is saved and validation of the form as a whole fails.

I think each row in the formset should have either a delete checkbox (signifying that a database entry will be removed) or have a delete link that removes the row using JavaScript.

In our project I've worked around this by adding the remove link to all rows matching
`$(rows).not("".has_original"").not("".empty-form"").not("".add-row"")`
in `tabular.html` but I ended up copying code from `inlines.js` because there is no easy way to get at the options and other code and data available in `inlines.js`.

I'm willing to have a look at extending inlines.js to implement this. The problem is that in inlines.js the remove link is only added when the ""add another..."" link is clicked. This should be changed to have this link always added."	Bug	closed	contrib.admin	1.3	Normal	duplicate		arthur@…	Accepted	1	0	0	1	0	1
