Area |
ID |
Type |
Description |
Released |
|
CMS-28018
|
|
Administer groups not on alphabetical order when creating a new user
Fixed an issue where groups were not sorted alphabetically after you created a new user access rights.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27948
|
|
Cannot set label for new block or image command in context menu
Fixed an issue: When MediaRepositoryDescriptor was configured to contain multiple CreateableTypes, you could not set individual labels per content type in the context menu of the New command on the content tree in the asset gadget. Instead all items were called "New block" without using the "create" label from ContentTypeNames.xml file.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27855
|
|
IList<string> caused issue with PropertyDefinitionTypePlugIn
Fixed a issue where List<string> was not rendered as a string list editor but a TextArea when used inside the legacy CollectionEditorDescriptor.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27665
|
|
Deleting content from content area properties placed in header does not trigger autosave
Content areas placed in the page header did not trigger autosave when blocks were removed from it.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27474
|
|
Support for inline blocks in Content Area
Added support to ContentArea to include internal and local blocks.
Block instances in properties are accessible only through the content owning the blocks; the block instances do not have an identity or lifecycle of their own but rather are published or deleted as part of the content that owns the blocks.
- You can assign a local/internal block to a ContentArea.
- You can convert a shared block to a local block (only accessible from Forms View or flyout editor in on-page editing). Not available directly from the block overlay.
- You cannot use local blocks (For this page) inside an inline block (the new one which is serialized into parent content).
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27894
|
|
Multiple issues with IList properties
Fix issues with IList<T> property that related to a JSON deserializer issue at the server-side.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27694
|
|
Event handler not attached to dropdown if CategoryList property is in PageHeader
Fixed an issue where the editor was unable to add new items, or even open up the select window to select categories when the CategoryList property was appended to the PageHeader.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27021
|
|
Page title of Admin, Visitor Groups, Report Center are not translated.
Fixed an issue where the page titles for Admin, Reports, and Visitor Groups were not localized (still in English).
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-28116
|
|
Unable to delete set LinkItem from an IList<BlockData>
Fixed deleting a LinkItem property when used inside the new List property if you used a custom converter based on Newtonsoft.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|
|
CMS-27473
|
|
Autosave fails when OptimizeForDelivery is enabled and there is only a primary host configured
Fixed an issue where Autosave failed with a generic error message "Offline, can´t save." When the site was configured with ExternalApplicationOptions.OptimizeForDelivery set to true and with only a Primary host configured for the website in Admin > Config > Manage Websites.
As a workaround, you could disable ExternalApplicationOptions.OptimizeForDelivery or add a wildcard {*} host and an Edit host for the site also.
EPiServer.CMS.UI 12.21.0;
|
Soon to be released
|