Changes between Initial Version and Version 1 of Ticket #11863, comment 70
- Timestamp:
- 02/26/2014 08:45:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11863, comment 70
initial v1 3 3 An author created a Page with the same slug URL. Later, they realized they intended to create a Post instead. After they trashed the Page's draft, they proceeded to create a Post with the same title/information. The end result was that the post's slug conflicted with the draft that was sitting in the Page's trash. 4 4 5 Upon investigation, I deleted the trashed postpermanently and the issue was resolved immediately.5 Upon investigation, I deleted the trashed Page permanently and the issue was resolved immediately. 6 6 7 7 It's my suggestion that either any future slugs will check for conflicts in the trash and appending a number to the end. Or, to exempt the slugs for any items in the trash. If there was logic for precedence here, I would say the trash is lesser of a priority than published or drafted content, and its slugs should be modified with appended numbers.