﻿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
13506	admin does not allow saving of blank inline objects	Paul McMillan	nobody	"If I have an inline that allows all fields to be blank, it is impossible to create a new object with all blank fields. I have to add some text to one of the fields, save it, then remove it, and re-save to create a new, blank object.

I only noticed this after setting extra = 0 on the TabularInline and then clicking the ""Add another"" button. This dynamically adds another row with the object as expected, but when I save, the row is not saved because it's blank. The admin seems to be treating this row the same way it treats the default empty rows.

I don't know if this is a deliberate design decision (there are some use cases for ""empty"" objects, but you can create them outside of the inline if you absolutely have to), or if it's simply a UI issue. One solution might be to add some kind of widget in the delete column that provides the opposite function - a ""create"" toggle that turns green when any fields are modified or it is clicked.

In any case, as the UI currently stands, clicking ""add another"" and then not getting another object saved is confusing and counter-intuitive."		closed	contrib.admin	dev		wontfix			Unreviewed	0	0	0	0	0	0
