Actions
Bug #99506
closedUse correct record data in ext:redirect datahandler hook
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2023-01-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #99188 streamlining of ext:redirects the direct page/slug
changes do not create the correct redirect. For updating subpage
slugs the old slug is used.
This is related to the fact, that a DataHandler hook is used
to do the whole job before the record is persisted to the database.
Updated by Stefan Bürk almost 2 years ago
- Related to Task #99188: Streamline ext:redirects auto-create chain added
Updated by Stefan Bürk almost 2 years ago
- Description updated (diff)
- Assignee set to Stefan Bürk
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77318
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77318
Updated by Stefan Bürk almost 2 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Stefan Bürk almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 108d61a2bba658fcb3c341c7c38e12c31c107942.
Actions