Actions
Bug #81262
closedlinkhandler does not handle links if not logged in
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2017-05-18
Due date:
% Done:
0%
Estimated time:
0.20 h
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A link like
t3://record?identifier=tx_news&uid=1
can not be resolved if not logged in.
I could trace this error down do DatabasRecordLinkBuilder line 35:
$linkHandlerConfiguration = $tsfe->pagesTSconfig['TCEMAIN.']['linkHandler.'];
pageTSconfig is empty.
$tsfe->getPagesTSconfig()['TCEMAIN.']['linkHandler.'];
would fix this.
Actions