Changes between Version 10 and Version 12 of Ticket #54708
- Timestamp:
- 12/29/2021 09:45:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54708 – Description
v10 v12 1 1 (Improve `_set_preview` for case when autosave missing) 2 2 3 **Problem: Autosaves are delet ingwhen a new autosave is sent with the same data. In the block editor, this causes the preview data to be missing on previews.3 **Problem: Autosaves are deleted when a new autosave is sent with the same data. In the block editor, this causes the preview data to be missing on previews. 4 4 5 5 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.