Skip to content
Snippets Groups Projects
Commit c654c2c0 authored by Dmytro Nozdrin's avatar Dmytro Nozdrin Committed by Susanne Moog
Browse files

[BUGFIX] Make unique id for same checkboxes in different sections

Checkboxes that are placed in sections in BE forms have the same
HTML identifiers. As a result it is not possible to check one checkbox
in one section without affecting the same checkboxes in other sections.
The fix makes identifiers unique.

Resolves: #87429
Releases: master, 9.5
Change-Id: Ia5cd88aecb2af12a83f40d39a8b450f5cde09060
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60362


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent b5d68913
Branches
Tags
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