django-nested-admin icon indicating copy to clipboard operation
django-nested-admin copied to clipboard

SortableHiddenMixin Empty form errors on required fields in empty extra forms

Open TheBrko opened this issue 3 years ago • 2 comments

When i drag and drop inlines with nested_admin.SortableHiddenMixin i get errors on empty extra forms after saving form !

image

TheBrko avatar May 25 '22 08:05 TheBrko

We've run into this as well. For now I've worked around the issue with a little custom javascript that runs on form submit. But it'd be lovely to see this fixed instead of hacked around. :)

lachlancannon avatar Jun 09 '22 02:06 lachlancannon

Does your position field have a default value or is it null=True? If it doesn't have a default value, try setting default=0.

fdintino avatar Jun 09 '22 12:06 fdintino