Actions
Bug #101555
closedDB Check crashes when selecting query on crdate field
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Tested with both TYPO3 12 and 13
Steps to reproduce¶
- Module: Db Check > Full search > advanced query
- select table: pages
- Make Query: select [FIELD: crdate]
- on the next dropdown try to change to "is greater than"
Result:¶
The backend crashes with the following message:
(1/1) TypeError TYPO3\CMS\Lowlevel\Controller\DatabaseIntegrityController::getDateTimePickerField(): Argument #2 ($timestamp) must be of type string, int given, called in /Users/riccardo/TYPO3-dists/typo3_master/typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php on line 1633
Updated by Gerrit Code Review over 1 year 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/+/80318
Updated by Gerrit Code Review over 1 year 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/+/80231
Updated by Oliver Bartsch over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 13ff93f07b4b8b7a66c2f16224421de76c06af48.
Actions