Backend: Support are-you-sure for dynamically added form parts (Z#23232506) (#6109)

This commit is contained in:
Raphael Michel
2026-04-27 12:24:55 +02:00
committed by GitHub
parent a6a9eb6a6a
commit 97904d8567

View File

@@ -71,6 +71,7 @@ $(document).ajaxError(function (event, jqXHR, settings, thrownError) {
});
var form_handlers = function (el) {
el.trigger("rescan.areYouSure");
el.find("[data-formset]").formset(
{
animateForms: true,