forked from CGM_Public/pretix_original
Improve interface to create and edit subevents (Z#23207890) (#5519)
* Use select2 item input in newly added quotas * Make submit row sticky on really long forms * Only show product settings that match quotas
This commit is contained in:
@@ -390,7 +390,8 @@ class QuotaFormSet(I18nInlineFormSet):
|
||||
use_required_attribute=False,
|
||||
locales=self.locales,
|
||||
event=self.event,
|
||||
items=self.items
|
||||
items=self.items,
|
||||
searchable_selection=self.searchable_selection,
|
||||
)
|
||||
self.add_fields(form, None)
|
||||
return form
|
||||
|
||||
Reference in New Issue
Block a user