Bug #91950
closedReverting redirect via ajax fails when using sqlite
100%
Description
When using sqlite, data fetched from DB is not casted. Therefore the record uid is an string instead of integer.
This conflicts with strict type annotation.
Steps to reproduce:
Open a page record, change slug and save.
TYPO3 should now show an notification with two actions.
Select "Revert redirects only".
This should result in an 500 due to the mentioned issue.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65222
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65222
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 10.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/+/65210
Updated by Daniel Siepmann over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c2f2d0bd7880ccdc422e3db0cab0a6174c9e895b.