Changes between Initial Version and Version 1 of Ticket #52422, comment 17
- Timestamp:
- 05/03/2022 10:24:01 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52422, comment 17
initial v1 16 16 1. Ensure permalink structure is set to "Post name" in ''Settings > Permalinks''. 17 17 1. Under ''Posts > Add New'' create a new post with the title "Test Post" and **Publish**. 18 1. In another tab, verify that the post is published at `<your site url>/test-post/`. ✅18 1. In another tab, verify that the post is published at `<your site url>/test-post/`. 19 19 1. Navigate to ''Posts > Add New'' and create another new post with the title "Test Post 2", and click **Save draft** (DO NOT click **Publish**). 20 20 1. Find the "Permalink" metabox on the right-hand side of the post editor and update the "URL Slug" to `test-post` by removing the `-2` -- this will match the slug of the first new post. Click **Save draft** again (DO NOT click **Publish**). 21 21 1. In the second tab, refresh the page at `<your site url>/test-post/`. 22 1. Observe that the post title displayed is now "Test Post 2", indicating that the draft post is overriding the original post's slug. ❌23 1. Open the page in Private Browsing/Incognito mode and observe that a 404 error (not found) is returned, as the draft post is not published. ❌22 1. Observe that the post title displayed is now "Test Post 2", indicating that the draft post is overriding the original post's slug. 🐞 23 1. Open the page in Private Browsing/Incognito mode and observe that a 404 error (not found) is returned, as the draft post is not published. 🐞 24 24 1. Apply patch. 🛠 25 25 1. From the main Posts page, "Move to Trash" and "Delete Permanently" both "Test Post" and "Test Post 2". … … 28 28 1. In the second tab, refresh the page at `<your site url>/test-post/`. 29 29 1. Observe that the post title remains "Test Post", indicating the draft has not overridden the published post's slug. ✅ 30 1. In Private Browsing/Incognito, observe that the originally published post is displayed (404 error has been mitigated). 30 1. In Private Browsing/Incognito, observe that the originally published post is displayed (404 error has been mitigated). ✅ 31 31 32 === Expected Results (✅) 33 - The patch corrects the identified issue. 32 === Expected Results 33 - I was able to reproduce the reported issue (see Steps 7-8). ✅ 34 - The patch corrects the identified issue (see Steps 12-15). ✅ 34 35 35 36 === Additional Notes