Skip to content

Commit

Permalink
Subevent bulk creation: Add validate_min
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Dec 6, 2023
1 parent 062395d commit 2acf043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pretix/control/forms/subevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class RRuleFormSetForm(RRuleForm):

RRuleFormSet = formset_factory(
RRuleFormSetForm,
min_num=1, validate_min=True,
can_order=False, can_delete=True, extra=1
)

Expand Down

0 comments on commit 2acf043

Please sign in to comment.