Actions
Bug #88803
closedType mismatch since spliting of ImportExportController
Start date:
2019-07-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With #88662 the controller got type hints but not all methods calls are type safe.
Oops, an error occurred!
Argument 2 passed to TYPO3\CMS\Impexp\Controller\ExportController::exec_listQueryPid() must be of the type integer, string given, called in /../typo3/sysext/impexp/Classes/Controller/ExportController.php on line 205
Updated by Frank Nägler over 5 years ago
- Related to Task #88662: Split ImportExportController added
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress 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/+/61325
Updated by Gerrit Code Review over 5 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/+/61325
Updated by Frank Nägler over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cc6f935fc7264702d29d479f293a51cafa7b4892.
Actions