Release Notes / Version 13.2512.1
Table Of ContentsDeprecation in IContentTypeLocalizationRegistry
Optional parameter in hasLocalization of
IContentTypeLocalizationRegistry in package
@coremedia/studio-client.cap-base-models is now
deprecated:
hasLocalization(
contentType: string,
/** @deprecated use getLocalization and check on your own instead. */ propertyName?: string,
): boolean;
(CMS-30673)
Projects can now handle deleted users
Projects that reference a permanently deleted user can be edited again. The member list and Leave project link now work as expected.
In relational-only setups without MongoDB, empty projects are deleted automatically when the last member leaves.
(CMS-29343)
Share Studio Link Feature Fixed
Sharing a link to a content item via email has been broken for a while, partly due du an incorrect link, partly due to browser security constraints with respect to opening / focus windows that did not exist back when the feature was introduced. The feature received a complete re-implementation which is why it is only fixed for versions 2512.0.2 and 2512.1 and onwards.
How it works (again): If no Content App is currently open, opening a share content link will open a small remote control browser window which in turn opens the Content App with the content item open. If a Content App is already open, a small remote control browser window will also open which in turn opens the content item in the Content App. But in that case you need to switch to the Content App manually. In both cases it does not matter whether you are logged into the Content App. If you need to log-in, the requested content item will be opened after login.
(CMS-25397)


