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.
Actions