Skip to content
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

[BUGFIX:BP:11] Avoid unacceptable slug changes on locked slugs #100

Open
wants to merge 1 commit into
base: v11
Choose a base branch
from

Conversation

dkd-kaehm
Copy link

EXT:sluggi always(on each pages change) rewrites the slug with path segments to the last path segment, even the slug is locked and not changed by editor. Also from /virtual-parent-slug/my-test-page to /my-test-page. This change prevents overrides on slugs at least on "locked" slugs.

Note: This is a partial fix only and not locked slugs will be still overridden.

Relates: #98
Ports: #99

EXT:sluggi always(on each pages change) rewrites the slug with path segments to the last path segment,
even the slug is locked and not changed by editor.
Also from `/virtual-parent-slug/my-test-page` to `/my-test-page`.
This change prevents overrides on slugs at least on "locked" slugs.

**Note: This is a partial fix only and not locked slugs will be still overridden.**

Relates: wazum#98
Ports: wazum#99
@wazum wazum force-pushed the v11 branch 2 times, most recently from c705ba2 to ed98912 Compare December 13, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant