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:
Raphael Michel
2025-10-15 09:13:05 +02:00
committed by GitHub
parent 6190b93f89
commit ebfcb6f7c8
6 changed files with 106 additions and 55 deletions

View File

@@ -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