Release Notes / Version 10.2101
Table Of Contents
When accessing a setting with the expected type
Boolean
the
SettingsService
will now implicitly convert
"true"
and
"false"
to the corresponding
Boolean
value. Other
String
values will still produce a
MismatchingSettingsTypeException
.
(CMS-13551)