﻿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
14034	"admin inline formset with ""extra"" ignores last line when saving"	qnix	nobody	"I defined my inline admin model such this:
{{{
class ServiceOptionInline(admin.TabularInline):
    model = ServiceOption
    extra = 2
}}}

In the web page, I always see ""extra + 1"" empty inline lines to add new records. I think it's normal since there is no max_num defined. However the last line is never saved. So, there are only ""extra"" lines saved during the save operation. Currently, I've made a simple hack in JS that hide/delete the last row of the inline form.

Could you confirm that this is a bug and not only happens here?
"		closed	Contrib apps	1.2		worksforme	admin, save, inline		Unreviewed	0	0	0	0	0	0
