Area |
ID |
Type |
Description |
Released |
|
CMS-29805
|
|
ModelSync should read updates from database if concurrency issue is detected
Fixed an issue that caused an error when application instances were started simultaneously and one of the application instances detected a ContentType or Property was updated by another application. The error prevented the ContentModel change from being applied.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29797
|
|
Rendering of partial view clears ModelState errors
Fixed an issue that cleared errors on ViewContext.ModelState when you rendered a partial content (such as through a content area). For example:
- Add following line to DefaultPageController.Index method.
ModelState.AddModelError("AnError", "some error");
- Put breakpoints in a view that renders a contentarea before and after the contentarea (such as StandardPage/index.cshmtl)
- Access a page that contained an area item that is rendered with a view such as https://localhost:5000/en/about-us/
- In the breakpoint before the rendering of the contentarea, look at ViewContext.ModelState. The error was present in the breakpoint before rendering the content area but Errors was cleared after the rendering of the contentarea.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29834
|
|
Inline blocks should be validated for draft updates
Fixed an issue that prevented a validation error (The number must be positive.) from displaying until after the page was published. This issue occurred when an inline block had a block type that used a custom validation attribute, so it appeared only during publish but not when a draft was auto saved.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29624
|
|
Group property data types (add GroupName to PropertyDefinitionType)
The new Content Type Management UI supports grouping of property data types. To let other products and apps (add-ons) add their property types to such groups, a GroupName property is added to PropertyDefinitionType.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29684
|
|
Edit: ErrorCtor (500 Internal Server Error) if page included a block list with Category property
Fixed an issue that generated a 500 Internal Server Error because a page included a block list with a Category property.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29793
|
|
Make scheduler job delay configurable
Fixed an issue that caused a "drift" in scheduled job times due to delays employed to reduce risk of resource starvation.
When several jobs have approximately the same scheduled execution time, the scheduler service adds a delay of 10 seconds between each job execution to reduce the risk of resource starvation (for example thread).
However if there are many short-lived jobs that are scheduled with a short time interval then they might "drift" in start time due to this delay; for example, runs every third minute instead of every minute as it was scheduled.
You can configure the delay configurable to define a shorter interval if it suits your jobs better.
EPiServer.CMS.Core 12.18.0;
|
Sep 19, 2023
|
|
CMS-29432
|
|
Copy asset folder with multi-reference level does not work
Fixed an issue in the asset folder where copying and pasting a block with multiple referenced child blocks did not create a copy of any blocks.
EPiServer.CMS.Core 12.17.1;
|
Aug 31, 2023
|
|
CMS-29385
|
|
A link that matches a link validation exclude pattern should not be considered broken
Fixed an issue where URL links that matched exclude patterns in link validation were reported as broken links.
EPiServer.CMS.Core 12.17.1;
|
Aug 31, 2023
|
|
CMS-29368
|
|
Copy with asset folder does not work
Fixed an issue where copy and paste of content block within an asset folder did not work.
EPiServer.CMS.Core 12.17.1;
|
Aug 31, 2023
|
|
CMS-28201
|
|
Delete content type exception no longer contains referencing content name
Fixed an issue where trying to delete a content type as an admin user did not display the content items that existed for that content type. Now, a warning message displays.
EPiServer.CMS.Core 12.17.1;
|
Aug 31, 2023
|