Actions
Bug #82798
closedLinkhandler for records works only when BE user is logged in
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2017-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when i use the linkhandler for my news records as described here:
https://usetypo3.com/linkhandler.html
the link only works while a BE user is logged in. After log out the link disappears.
Page TsConfig:
TCEMAIN.linkHandler.tx_news { handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler label = News configuration { table = tx_news_domain_model_news storagePid = 20 hidePageTree = 1 } scanAfter = page }
Typoscript:
config.recordLinks.tx_news { typolink { parameter = 4 additionalParams.data = field:uid additionalParams.wrap = &tx_news_pi1[news]=| useCacheHash = 1 } }
TYPO 8.7.8
news 6.1.1
Actions