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 #1

Updated by Alexander Opitz almost 11 years ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Thomas Allmer almost 11 years ago

I can confirm this problem... with 6.0.5

not sure about the solution

Actions #3

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to New
Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

dupe of #63804

Actions

Also available in: Atom PDF