You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the content of the post and wait 10 seconds for the autosave to fire.
Check the autosave REST request - note that the title is missing in the request. Check the database and note the autosave title is blank in the database.
The title will continue to not be sent & stored as blank/empty until it is modified.
Expected Behavior:
The title should be sent with each autosave request, regardless of if it has been modified.
Description
When creating an initial autosave for published posts, a blank title is stored. If the user restores this autosave, the post title will be blank.
Follow up to #6257.
Steps to reproduce:
Expected Behavior:
The title should be sent with each autosave request, regardless of if it has been modified.
Screenshots:
Autosave lacking title:
Database after blank save:
Tested on
cc: @aduth @danielbachhuber
The text was updated successfully, but these errors were encountered: