Bug #78096
closed\TYPO3\CMS\Backend\View\PageLayoutView::getResult is incompatible to DatabaseConnection usage
100%
Description
Having an extension which is not migrated to Doctrine currently, it is impossible to use the function \TYPO3\CMS\Backend\View\PageLayoutView::getResult as it expects a Doctrine statement object.
As this public function executes some internal (protected) logic it should be compatible with both, Doctrine and mysqli_result objects.
Updated by Gerrit Code Review about 8 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/50052
Updated by Gerrit Code Review about 8 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/50052
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50052
Updated by Nicole Cordes about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 215abe0572bb56c8c2f90a28d5a69b9c21b9b3cb.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed