Bug #102374
closedMissing null check in redirect slug update hook
100%
Description
With #102140 various instanceof
checks where removed. In case of the DataHandlerSlugUpdateHook
of EXT:redirects this check also did ensure that unprocessable items are skipped. This is not the case anymore which can cause an error like this:
https://github.com/pagemachine/typo3-flat-urls/actions/runs/6874052335/job/18695061932#step:3:476
Error: Call to a member function withChanged() on null
Updated by Gerrit Code Review about 1 year 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/+/81747
Updated by Christian Kuhn about 1 year ago
- Related to Task #102140: Unneeded pseudo-uncertain instanceof usage added
Updated by Gerrit Code Review about 1 year 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/+/81747
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81668
Updated by Mathias Brodala about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 763ee2fcc9daa9c99a4eb2bdb3375e34d71a5fad.