-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Milestone
Description
Bug report
Describe the bug
The URL alias of a document is shared across it's published & draft variants. This introduces a problem when you're working on a draft that introduces a URL change. That change will be directly applied to the published variant also.
Steps to reproduce the behavior
- Setup your Strapi project with at least 1 content type (e.g. Article)
- Install Webtools
- Enable Webtools for the Article content type
- Create a pattern like
/[title]
for the Article content type - Create and Article with title "Test page" and publish it. This will get an URL
/test-page
- Create a new draft (without publishing) for that Article and change the title to "Test page change"
- This will cause the URL of the published variant to change to
/test-page-change
Expected behavior
I would expect the URL alias to be tied to a specific version of the document. So each draft, or each published version will have it's own URL alias. That allows you to work on a draft, including a URL change, without it being applied to the published version directly.
laurenskling
Metadata
Metadata
Assignees
Labels
No labels