Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSlug collides when page moved to level that has same slug #6593
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
air-hand commentedJan 21, 2019
•
edited
Summary
When page moved to level that has same slug, slug collision occurred without error.
I found a comment that "url conflicts are handled by updated check_title_slugs" in pagemodel.py, but
there is no check_title_slugs or alternative.
Expected behaviour
Validation error occur, or modify slug like "Copy page".
Actual behaviour
Slug collision occurs.
Environment