Project

General

Profile

Actions

Bug #18778

closed

Access restricted menu entries not linked at all when using "showAccessRestrictedPages = NONE"

Added by Mikkel Ricky almost 16 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

"showAccessRestrictedPages = NONE" does not link access restricted pages because the pages are not found when generating typolinks.

Solution: add something like

$conf['linkAccessRestrictedPages'] = $this->mconf['showAccessRestrictedPages'] ? true : false;

in "tslib_menu::menuTypoLink".

(issue imported from #M8392)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63804: typolink: "linkAccessRestrictedPages" is ignored when config.typolinkLinkAccessRestrictedPages is setClosed2014-12-12

Actions
Actions

Also available in: Atom PDF