Bug #72817
closedMissing select property in CONTENT object results in PHP-Error
100%
Description
Hello,
we have following TypoScript:
10 = CONTENT 10 { table = pages renderObj = TEXT renderObj { field = title wrap = <li>|</li> } }
public function getRecords($tableName, array $queryConfiguration)
expects the second parameter as array, but as long as $conf['select.'] is empty it will fail with a PHP Error.
Stefan
Updated by Stefan Froemken almost 9 years ago
- Status changed from New to Accepted
- Assignee set to Stefan Froemken
- Complexity set to no-brainer
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted 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/46099
Updated by Gerrit Code Review almost 9 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/46099
Updated by Gerrit Code Review almost 9 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/46099
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46328
Updated by Stefan Froemken almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45422fc4922444d1620f91a1722498f04b50aa1e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed