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
Actions