Changes between Initial Version and Version 1 of Ticket #45516, comment 56
- Timestamp:
- 11/07/2025 12:13:47 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45516, comment 56
initial v1 3 3 I'm not sure what "Testing" should be driven in Gutenberg specifically. All tests have been actually done in Gutenberg as this is the default editor. 4 4 5 If we check the code, Auto Drafts are still being executed when they should . The `(no title supported)` is only relevant when the post is actually saved, but there is no title support explicitly set at that exact moment. Currently it will be set as `Auto Draft` generating a faulty behavior.5 If we check the code, Auto Drafts are still being executed when they should for Gutenberg drafting purposes. The `(no title supported)` is only relevant when the post is actually saved, but there is no title support explicitly set at that exact moment. Currently it will be set as `Auto Draft` generating a faulty behavior. 6 6 7 7 Replying to [comment:55 wildworks]: