-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Milestone
Description
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:
- Create a post and publish it.
- 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.
Screenshots:
Tested on
- OS: Mac
- Browser Chrome & Firefox
- Version: latest
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended