Area |
ID |
Type |
Description |
Released |
|
CMS-33081
|
|
DDS failed to load object as PropertyBag when Type is missing
Fixed an issue that prevented the loading of an object as a PropertyBag. This issue occurred when a type with an enum property was stored in DDS and then later was no longer present. The missing missing enum value should have returned as an int but the load failed System.ArgumentNullException: Value cannot be null. (Parameter 'key').
EPiServer.CMS.Core 12.21.2; (Or a related package);
|
Mar 26, 2024
|
|
CMS-31164
|
|
Redirect occurred when there was an unknown remaining path (RoutingOptions.PreferredUrlFormatRedirection)
Fixed an issue that redirected you to an existing URL even when you entered a non-existent URL (which should produce an HTTP 404).
EPiServer.CMS.Core 12.21.2; (Or a related package);
|
Mar 26, 2024
|
|
CMS-32835
|
|
ViewBag is empty
Fixed an issue where the ViewBag properties were empty in block views, even though it was populated with custom ViewData.
EPiServer.CMS.Core 12.21.1; (Or a related package);
|
Mar 19, 2024
|
|
CMS-32091
|
|
IContentUrlGeneratorEvents does not contain information about query string
Fixed an issue with IContentUrlGeneratorEvents interface where both GeneratingUrl and GeneratedUrl did not contain URL query string information.
EPiServer.CMS.Core 12.21.1; (Or a related package);
|
Mar 19, 2024
|
|
CMS-26120
|
|
Uncaught secondary exception in DefaultDataExporter.Export
Fixed an issue with a secondary exception in DefaultDataExporter.Export which caused code cleanup to occur before logging the issue. The code cleanup could result in an error, and no issue would be logged. Now, the issue is logged before code cleanup starts.
EPiServer.CMS.Core 12.21.1; (Or a related package);
|
Mar 19, 2024
|
|
CMS-31289
|
|
Performance improvement with UIHintModelTemplateTagProvider
Fixed an issue where UIHintModelTemplateTagProvider loaded custom attributes of the property and slowed down performance.
EPiServer.CMS.Core 12.21.1; (Or a related package);
|
Mar 19, 2024
|
|
CMS-32349
|
|
Programmatically modifying LinkItem property
Fixed an issue where PropertyLinkItem and PropertyXhtmlString needed to be marked as modified to get persisted.
EPiServer.CMS.Core 12.21.1; (Or a related package);
|
Mar 19, 2024
|
|
CMS-32485
|
|
ScheduleJobBase.OnStatusChanged throws exception when message is too long
Fixed an issue where ScheduleJobBase.OnStatusChanged threw an exception when a message longer than 2048 characters was entered. Now, if a longer message is entered, it is truncated to 2048 characters.
EPiServer.CMS.Core 12.21.0; (Or a related package);
|
Mar 12, 2024
|
|
CMS-32491
|
|
Unnecessary regex creation with LinkValidationRunner
Fixed an issue where a regular expression used for validating links was created in an inefficient way and unnecessarily increased the duration of the job.
EPiServer.CMS.Core 12.21.0; (Or a related package);
|
Mar 12, 2024
|
|
CMS-29894
|
|
Invalid content URL causes UI to not load for the content
Fixed an issue where incorrectly formatted URLs in TinyMCE caused UI to not load for that content. Now, the link works by filtering out incorrectly formatted URL parameters or by treating the link as external if something goes wrong while resolving the internal content.
EPiServer.CMS.Core 12.21.0; (Or a related package);
|
Mar 12, 2024
|