[BUGFIX] No placeholder attribute in backend forms
The disposal of the placeholder feature in backend forms needs to be enabled using the mode setting "useOrOverridePlaceholder" in TCA. However, the implementation for checking this needs to be inverted, since it returns an empty string if it's enabled, but should be the opposite way instead. Fixes: #53594 Releases: 6.2, 6.1, 6.0 Change-Id: I3d3fe5ac76c05f4601860c79d7f514bffea13963 Reviewed-on: https://review.typo3.org/25365 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
Please register or sign in to comment