wazum / sluggi

The TYPO3 CMS slug helper
GNU General Public License v3.0
38 stars 22 forks source link

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

Open dkd-kaehm opened 8 months ago

dkd-kaehm commented 8 months ago

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