Actions
Bug #91950
closedReverting redirect via ajax fails when using sqlite
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2020-08-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions