Actions
Bug #61519
closedAdd missing check in RootlineUtility
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2014-09-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Currently a PHP warning will be thrown in RootlineUtility->enrichWithRelationFields if a page column has an MM relation and there are no related uids.
The warning is thrown when the related uids are imploded into the $pageRecord[$column] and only if the rootline cache is empty
Updated by Gerrit Code Review about 10 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 http://review.typo3.org/32715
Updated by Jacob Rasmussen about 10 years ago
This ticket should be closed as it is a duplicate of #50396
Updated by Francois Suter about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1b9081e68dd9c518e6aeb51555205cd33e3d1ce6.
Actions