Bug #103495
closedFolder tile view may throw error because of inconsistent type
100%
Description
TYPO3\CMS\Filelist\Dto\ResourceView::getUpdatedAt(): Return value must be of type ?int, string returned
This could happen in combination with third party FAL adapters which do not enforce ['mtime']
to be integer.
Files
Updated by Albrecht Köhnlein 8 months ago
I realized, the required type casting was already done in main branch https://github.com/TYPO3/typo3/commit/7be473321beb1901e11e9d3016fb36dee9bd31f5#diff-f075b9e2ec37efa85f81e29b6d8f5abe0f7e946db68b8b4f1c38352501cbf95cR525 but unfortunatly, it's still missing in v12
Updated by Gerrit Code Review 8 months 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/+/83615
Updated by Gerrit Code Review 8 months 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/+/83615
Updated by Gerrit Code Review 8 months 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 2 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 3 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 4 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 5 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 6 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/+/83616
Updated by Gerrit Code Review 8 months ago
Patch set 7 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/+/83616
Updated by Christian Kuhn 8 months ago
- Related to Task #101469: Introduce type declarations in FolderInterface added
Updated by Albrecht Köhnlein 8 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6ab0c9bd9f141c1cc0d473d95f5655b118957349.