Skip to content
Snippets Groups Projects
Commit 4ca55e3a authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[FOLLOWUP] Remove SET prefix from checkbox name

Setting module data does no longer use the "SET"
prefix. This adjusts one place, where the migration
was not done yet.

Note: This has no functional impact, since the checkbox
is handled via JavaScript and not in a POST request.

Resolves: #96895
Releases: main
Change-Id: Ie0feb1218ccb089df9164eafd7241be56c2b7421
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73531


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 4c32fa9c
No related merge requests found
......@@ -49,7 +49,7 @@
type="checkbox"
id="checkShowHidden"
class="form-check-input"
name="SET[showHidden]"
name="showHidden"
value="1"
{f:if(condition:'{hiddenElementsState} == 1', then:'checked="checked"')}
/>
......
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