Bug #99042
closedrebuild cache on new redirect
100%
Description
creating a new redirect in Redirect-Module do not trigger the redirectCacheService
to rebuild cache because$dataHandler->datamap['sys_redirect'][(int)$parameters['uid']]
ist not set
(but $dataHandler->datamap['sys_redirect']['NEW...']
- empty table sys_redirect
- create a redirect in the Backend-Module (cache table still keeps empty)
- call created redirect URL in FE (cache is created, because table was empty)
- create an other redirect in the Backend-Module (cache table is not updatet)
- call the new created redirect URL in FE ends to 404 Error
(if you edit the new created redirect in Backend-Module (change some value), and save it, the redirect works in FE (because cache table was updatet)
TYPO3 v11 and v12
Updated by Gerrit Code Review about 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/+/76536
Updated by Gerrit Code Review about 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/+/76536
Updated by Gerrit Code Review about 2 years ago
Patch set 3 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/+/76536
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76499
Updated by Anonymous about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d59d818cfbed10d0d6c8bc08fd0882c53ea67f51.