Try our conversational search powered by Generative AI!

Refresh view on property change stopped working

Found in

EPiServer.CMS.UI 9.2.0

Fixed in

EPiServer.CMS.UI 9.3.3

(Or a related package)

Created

Nov 11, 2015

Updated

Jun 27, 2018

Area

CMS UI

State

Closed, Fixed and tested


Description

After updating to EPiServer.CMS.UI 9.2.0, the full page refresh, after a property change, stops working.

  1. Modify the view for a page type in the Alloy MVC templates to contain a full page refresh.

    @Html.FullRefreshPropertiesMetaData(new[] { "MainBody" })
    

  2. On the site, modify that property.

Expected: The page reloads.
Actual: The page does not reload.