Skip to content
Snippets Groups Projects
Commit 72471b21 authored by Garvin Hicking's avatar Garvin Hicking Committed by Stefan Bürk
Browse files

[BUGFIX] Fix invalid FormEngine HTML structure on edge-case

When the TCA type "group" is rendered in FormEngine, under
certain circumstances the HTML structure would close add
`<div>` elements without opening those first. This will
lead to a record not being editable, because variables are
wrongly transferred due to the browser-rendering of wrong
HTML nesting levels.

This behaviour is an edge case and only happens with this TCA
configuration:

* either `config[hideMoveIcons]` is set to `true`
* or `config[hideDeleteIcon]` is set to `true`

Resolves: #98436
Releases: main, 12.4, 11.5
Change-Id: Ibb28c6130051b3dae92b3285df0831e84634e210
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85012


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 8be86e85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment