Actions
Bug #92448
openchanging slug again after reverting an auto update causes wrong URLs on sub pages
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
Start date:
2020-09-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- after changing a slug with sub pages while 'autoUpdateSlugs' enabled the slugs of all sub pages are changed as well ✅
before:
/example
/example/page1
/example/page2
after:
/new_example
/new_example/page1
/new_example/page2
- when I press 'Revert update' then the changes on the sub pages and the redirects are reverted ✅
before:
/new_example
/new_example/page1
/new_example/page2
after:
/new_example
/example/page1
/example/page2
- when I change the slug of the same parent page again the slugs of all sub pages are changed but with a wrong URL ❌
before:
/new_example
/example/page1
/example/page2
after:
/another_example
/another_example//page1
/another_example//page2
- So that is one slash too many and I would expect this result instead:
after:
/another_example
/another_example/page1
/another_example/page2
Updated by Oliver Hader about 2 years ago
- Sprint Focus set to On Location Sprint
Updated by Markus Klein about 1 year ago
- Category changed from Site Handling, Site Sets & Routing to Link Handling & Redirect Handling
Updated by Markus Klein about 1 year ago
- Related to Bug #92748: Infinite redirects (redirect loop) when updating slugs added
Updated by Markus Klein about 1 year ago
- Related to Bug #89326: Prevent duplicate redirects in auto redirects added
Updated by Markus Klein about 1 year ago
- Related to Task #89301: Streamline automatic slug & redirects handling added
Actions