mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Backend: Support are-you-sure for dynamically added form parts (Z#23232506) (#6109)
This commit is contained in:
@@ -71,6 +71,7 @@ $(document).ajaxError(function (event, jqXHR, settings, thrownError) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
var form_handlers = function (el) {
|
var form_handlers = function (el) {
|
||||||
|
el.trigger("rescan.areYouSure");
|
||||||
el.find("[data-formset]").formset(
|
el.find("[data-formset]").formset(
|
||||||
{
|
{
|
||||||
animateForms: true,
|
animateForms: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user