Skip to content
Snippets Groups Projects
Commit d13c0bb9 authored by Roland Waldner's avatar Roland Waldner Committed by Anja Leichsenring
Browse files

[BUGFIX] Scheduler to show checkbox if "bool" typehint used in Controller

Until now if you wanted to use a checkbox you had to use "boolean" in that
typehint. If you used "bool" EXT:scheduler output a common input field. As
it seems to be encouraged by the TYPO3 core team to use "bool" PHPDoc
blocks, this commit makes sure that EXT:scheduler will also output a
checkobx if you use "bool" typehints.

Resolves: #76500
Releases: master, 7.6
Change-Id: Ie371e88e3a8e0a23d0cae2f893c5e7f14323068c
Reviewed-on: https://review.typo3.org/48485


Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 9c326b0d
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