Skip to content

Prevent Log module search/filter form submit - #399

Merged
fsuter merged 1 commit into
cobwebch:masterfrom
mbrodala:patch-1
Aug 9, 2026
Merged

Prevent Log module search/filter form submit#399
fsuter merged 1 commit into
cobwebch:masterfrom
mbrodala:patch-1

Conversation

@mbrodala

Copy link
Copy Markdown
Contributor

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.

Fixes #398

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

fsuter commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

Thanks for taking care. I'll take a look as soon as I'm not drowning in work anymore...

@fsuter
fsuter merged commit 75cb026 into cobwebch:master Aug 9, 2026
1 check passed
@mbrodala
mbrodala deleted the patch-1 branch August 10, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend rendered in Log module after submit

2 participants