From 0f0fe1b4d87ee451d44243e08891a2358a331757 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 25 Feb 2026 09:28:58 +0100 Subject: [PATCH] [BUGFIX] Prevent Log module search/filter form submit The search/filter field is handled by javascript and triggers filtering while it is filled. Submitting the form causes the TYPO3 backend to be rendered inside the module. Avoid this by dropping the form which does not have a purpose anyways. As additional change the field is rendered as plain HTML since there is no relation to a Fluid form and no requirement for a generated form field name. --- .../Private/Templates/LogModule/List.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Private/Templates/LogModule/List.html b/Resources/Private/Templates/LogModule/List.html index 9c40f2d..e11bf56 100644 --- a/Resources/Private/Templates/LogModule/List.html +++ b/Resources/Private/Templates/LogModule/List.html @@ -9,14 +9,14 @@