You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dashboard boolean page lists False and True values alongside 0, 1, false and true. This is potentially confusing, since False and True (i.e. title case) are in fact invalid values according to the XML spec.
It might be better to either:
ignore any values that are not 0, 1, false or true, or
group invalid values as invalid.
This is exacerbated by the table column sort, which is case insensitive, so treats False and True as if they’re the same as false and true.
The text was updated successfully, but these errors were encountered:
The dashboard boolean page lists
False
andTrue
values alongside0
,1
,false
andtrue
. This is potentially confusing, sinceFalse
andTrue
(i.e. title case) are in fact invalid values according to the XML spec.It might be better to either:
0
,1
,false
ortrue
, orinvalid
.This is exacerbated by the table column sort, which is case insensitive, so treats
False
andTrue
as if they’re the same asfalse
andtrue
.The text was updated successfully, but these errors were encountered: