Bug #99835
closedAutoCreateRedirect and AutoUpdateSlug information model is not shown after page slug change
100%
Description
Since at least 12.1 the information modal after page slug change
for auto created redirects and/or updated slugs with the option
to revert is no longer shown.
ext:redirects used a hook to inject the event-listener and the
java script language keys, which has been removed with #97451
and replaced by a new PSR-14 event. Due a typo of one removed
hook in the rest file and the extension scanner matcher, it
seems that the internal usage has not been found. Classic chain
of failure in the review process.
The removed hook should be replaced by the event to restore the
old behaviour, which should be doable without hazzle, as implentation
has been and will be internal, thus non breaking.
Further, this can be still considered as bugfix then.
Updated by Stefan Bürk almost 2 years ago
- Related to Feature #97451: Replace hooks in BackendController added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
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/+/77706
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 3c5d430fe2245cc196023289733fbac0aaaac5b5.