[BUGFIX] Add missing boolean case to admin panel
When dumping table data, the admin panel formats values dependent on their type. The boolean type was missing resulting in handling booleans as string and trying to translate them. The missing case has been added and the formatting adjusted to avoid displaying booleans as string casted numbers. Releases: main, 11.5 Resolves: #96622 Related: #96473 Change-Id: Id9e258980bd60da24bc1cc417281fa50b054d084 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73153 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment