Bug #97887
closedList module broken since #97578
100%
Description
Since #97578, the list module dies with the following exception:
(1/1) TypeError abs(): Argument #1 ($num) must be of type int|float, string given in /var/www/html/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 195
Updated by Andreas Kienast over 2 years ago
- Related to Task #97578: Mark GeneralUtility as strict added
Updated by Gerrit Code Review over 2 years ago
- Status changed from In Progress 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/+/75091
Updated by Gerrit Code Review over 2 years 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/+/75091
Updated by Francois Suter over 2 years ago
In order to reproduce this bug, you need to change the "Max. Title Length" in the User Settings. If you're falling back on the default value, the bug does not happen.
Updated by Gerrit Code Review over 2 years ago
Patch set 3 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/+/75091
Updated by Gerrit Code Review over 2 years ago
Patch set 4 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/+/75091
Updated by Gerrit Code Review over 2 years ago
Patch set 5 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/+/75091
Updated by Gerrit Code Review over 2 years ago
Patch set 6 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/+/75091
Updated by Andreas Fernandez over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ff079aded8e63e57424c317b4e556b78aa376f8.
Updated by Oliver Bartsch over 2 years ago
- Related to Bug #97889: Cast possible positive integer string added