Project

General

Profile

Actions

Bug #82798

closed

Linkhandler for records works only when BE user is logged in

Added by Markus Dübbert over 6 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & 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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87574: Redirects to records (linkHandler) don't workClosed2019-01-29

Actions
Actions

Also available in: Atom PDF