Project

General

Profile

Bug #90405

Updated by Clemens Riccabona over 4 years ago

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 an regenerating them with the update-wizard. 
 Non-core solutions are e.g. EXT:sluggi

Back