From 92e0a9f4e9c8648d8327d65ceada7fda28044a73 Mon Sep 17 00:00:00 2001 From: fs Date: Thu, 26 Mar 2026 09:14:38 +0100 Subject: [PATCH] fix(imports): remove dirty-tracking from wizard forms to prevent false leave-site prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The import wizard forms had data-standard-detail-form which activated the unsaved-changes tracker. Selecting a file marked the form dirty, and since the action policy was not enabled on this page, the beforeunload handler could not be suppressed during submit — causing a spurious browser dialog. Co-Authored-By: Claude Opus 4.6 (1M context) --- pages/admin/imports/index(default).phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/admin/imports/index(default).phtml b/pages/admin/imports/index(default).phtml index c278ff6..fa10833 100644 --- a/pages/admin/imports/index(default).phtml +++ b/pages/admin/imports/index(default).phtml @@ -89,7 +89,7 @@ $renderErrorTable = static function (array $rows): void { -
+ @@ -104,7 +104,7 @@ $renderErrorTable = static function (array $rows): void {
-
+ @@ -179,7 +179,7 @@ $renderErrorTable = static function (array $rows): void {


- +