Skip to content
Snippets Groups Projects
Commit 4efb8278 authored by Susanne Moog's avatar Susanne Moog Committed by Christian Kuhn
Browse files

[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: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent bdc0a6c0
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