mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix: remove duplicate repeat rule in subevent bulk creation (#3819)
This commit is contained in:
committed by
GitHub
parent
081d3a73fa
commit
18e1e7716c
@@ -464,7 +464,7 @@ class RRuleFormSetForm(RRuleForm):
|
||||
RRuleFormSet = formset_factory(
|
||||
RRuleFormSetForm,
|
||||
min_num=1, validate_min=True,
|
||||
can_order=False, can_delete=True, extra=1
|
||||
can_order=False, can_delete=True, extra=0
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user