Actions
Bug #90405
openSlugs are not maintained reasonable when copying pages/pagetrees
Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
slugs
Complexity:
Is Regression:
Sprint Focus:
Description
If you copy a page (or smaller portion of the pagetree) from one page to another, the resulting slugs are not really maintained in reasonable way.
Example:
- Main X
-- Submain X
--- Subsub X
- Main Y
-- Copy of Submain X
--- Copy of Subsub X -> resulting slug: main-x/submain-x/subsub-x-1
This behaviour is irritating and not SEO friendly.
ATM one could only resolve by cleaning all slugs via DB and regenerating them with the update-wizard.
Non-core solutions are e.g. EXT:sluggi
Actions