Release Notes / Version 10.2101
Table Of Contents
The Studio upload dialog and the
com.coremedia.cap.translate.xliff.XliffImporter API
now allow importing XLIFF with translations into documents that are checked out by the current user. In previous releases an error was raised (XliffImportResultCode#ALREADY_CHECKED_OUT) and users had to check in content manually before importing XLIFF. This change removes the need for this manual step.
There's still an error if the target content is checked out by a different user. To this end, a new enum value has been added in
com.coremedia.cap.translate.xliff.XliffImportResultCode
:
CHECKED_OUT_BY_OTHER_USER
. The enum value
ALREADY_CHECKED_OUT
has been removed. You have to adapt your code if you reference the removed enum value in your project code.
(CMS-14396)