Try our conversational search powered by Generative AI!

It's possible to publish before auto saving is done

Fixed in

EPiServer.CMS.UI 10.10.4

(Or a related package)

Created

Jun 26, 2017

Updated

Aug 17, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

Steps to reproduce

  1. Simulate a delay while by attaching to 'Saving' event and Thread.Sleeping for a few seconds.
  2. Make a change and trigger autosave.

Expected: It should not be possible to 'Publish' the page while autosave is in progress.

Actual: It is possible to click 'Publish,' which results in losing data.