Vulnerability in EPiServer.Forms

Try our conversational search powered by Generative AI!

IList<BlockData> created several issues

Found in

EPiServer.CMS.UI 12.18.0

Fixed in

EPiServer.CMS.UI 12.19.0

Created

Apr 05, 2023

Updated

May 15, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed the following issues when you added a property such as the following to any page type:

{{public virtual IList<EditorialBlock> Blocks { get; set; }}}

  • The IList block created a new draft version automatically right after publishing, despite having no changes.
  • You had to click twice to collapse list items
  • List items were expanded when you reloaded APE edit mode.
  • Each item looked the same, with just a type as the header text.