-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Slugs Problem when Entry will duplicated #5668
Comments
What do you mean by “dynamic slugs”? Craft will only increment the slug automatically (e.g. If your URI format doesn’t contain |
@brandonkelly ah sorry, mean Dynamic Titles that creates the slug: When I duplicate an Entry with an Title like this, it creates the same slug twice. But maybe this issue above fix that problem |
Yeah so to be clear, slugs will only be incremented when Craft is attempting to find a unique URI for the entry, and only if all of these things are true:
|
We have a project where we create most of the slugs dynamic.
Now the problem is when an Author duplicate an entry the slug is the same and does not change on save (add a -1 at the end)
With normal slugs the behaviour is fine. It adds a
-1
at the end.would be nice if dynamic slugs would be work the same.
Craft CMS: 3.1.17.2
The text was updated successfully, but these errors were encountered: