Release Notes / Version 10.2107
Table Of Contents
Studio displays a warning (version 1910) or an informational issue (version 1904 and 1907) now if the locale of a
CMLocalized
content differs from the locale of its site. Such locale differences can lead to inconsistencies and problems in a multi-site setup and should generally be avoided.
The new validator
com.coremedia.rest.cap.validators.ContentLocaleMatchesSiteLocaleValidator
is enabled in the Blueprint configuration in
component-studio-validators.xml
(for 1904) or
com.coremedia.blueprint.studio.rest.validation.ValidatorsStudioConfiguration
(for 1907 and above). You may decide to remove it again, or change its severity with Spring property
contentLocaleMatchesSiteLocaleValidator.severity
(possible values are "
INFO
", "
WARN
", "
ERROR
").
(CMS-15583)