Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54708


Ignore:
Timestamp:
12/29/2021 05:31:24 PM (4 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54708 – Description

    initial v1  
     1Problem: Autosaves are deleting when a new autosave is sent with the same data. In the block editor, this causes the preview data to be missing on previews.
     2
     3Bug exhibited: When using block themes, post previews do not properly display the currently set featured image. Several other data transformations are also missing because `_set_preview` exits early when it can't locate the autosave.
     4
    15When investigating an issue with previews in block themes not working correctly, I found an underlying bug that prevents autosaves from being used correctly for previews in some cases. (See [https://github.com/WordPress/gutenberg/pull/37622#issuecomment-1002690803 PR comment]).
    26