Actions
Bug #65118
closedshowAccessRestrictedPages with shortcuts to restricted pages #2
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-02-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Related to: https://forge.typo3.org/issues/60258
There is another very similar Bug as in 60258. If you have a Shortcut with mode "First subpage of selected/current page" and both pages are restricted, then the same bug as in 60258 appears: The A-Tag has no href-attribute.
Use the same TypoScript:
10 = HMENU 10 { special = directory special.value = 1 1 = TMENU 1.NO = 1 1.showAccessRestrictedPages = 4 }Little different Pagetree:
- [1] Home
- [2] Restricted shortcut-page with setting: First subpage of selected/current page
- [3] Restricted standard-page
- [4] page with felogin
- [2] Restricted shortcut-page with setting: First subpage of selected/current page
Btw: If only the Subpage is restricted, the following Error appears. I think this should not happen, because showAccessRestrictedPages is activated.
#1301648328: This page (ID 6) is of type "Shortcut" and configured to redirect to a subpage. However, this page has no accessible subpages.
Actions