﻿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
34307	Issue with min_num logic in InlineFormsets	Suyash Singh	nobody	"So, seeing the Django code there are two fields min_num and extra keyword. There is a straightforward coorelation between the two that is, if min_num is provided then extra should atleast be equal or greater than min_num. 

This is causing [https://github.com/wagtail/wagtail/issues/9391 ordering issue] in Wagtail Admin Form page, where initial extra forms are not created because extra is None but min_num arguement is passed, this leads to ordering issue in the inline formsets.

I would like to work on this issue but would like some guidance, thank you!"	Bug	closed	Forms	4.1	Normal	needsinfo	forms		Unreviewed	0	0	0	0	0	0
