mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-13 23:25:00 +00:00
use dynamic formset for product action formset
This commit is contained in:
@@ -291,7 +291,8 @@ ScheduledProductActionFormSet = forms.modelformset_factory(
|
||||
absolute_max=None,
|
||||
can_delete=True,
|
||||
can_delete_extra=False,
|
||||
extra=2,
|
||||
extra=0,
|
||||
min_num=1,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user