Changes between Initial Version and Version 1 of Ticket #54708
- Timestamp:
- 12/29/2021 05:31:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54708 – Description
initial v1 1 Problem: 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 3 Bug 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 1 5 When 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]). 2 6