Actions
Bug #18778
closedAccess restricted menu entries not linked at all when using "showAccessRestrictedPages = NONE"
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)
Updated by Alexander Opitz over 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)?
Updated by Thomas Allmer over 11 years ago
I can confirm this problem... with 6.0.5
not sure about the solution
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
dupe of #63804
Actions