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,
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/+/63399
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/+/63399
Updated by Daniel Siepmann over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2618039a5edcdbc37ccd10e5e62c1cc84caca01d.
Actions