Actions
Bug #90515
closedNew fluid based PageLayoutView does not work with sqlite3
Start date:
2020-02-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Right now sqlite3 returns non casted values, all values are strings.
The code expects int types but doesn't cast them, leading to the following issues in some places:
(1/1) TypeError Argument 1 passed to TYPO3\CMS\Backend\View\BackendLayout\RecordRememberer::isRemembered() must be of the type int, string given,
Actions