Project

General

Profile

Actions

Bug #90842

closed

FE user restriction on pages and link incl. linkAccessRestrictedPages create wrong URLs

Added by Tim Lochmüller about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2020-03-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hey guys,

I have a page with frontend user restriction and try to link to this page.
The default language link is right, but the links in all other languages are wrong (language segment + default language slug)

Example: (tested with TYPO3 9.5.14)
<f:link.page pageUid="{PID_OF_FE_USER_RESTRICTED_PAGE}" linkAccessRestrictedPages="1">LINK</f:link.page>

Expected result:
DE: /startseite
EN: /en/home

Current result:
The link on a english page is: /en/startseite (the correct language segment, but the default language slug)

Reason:

The function \TYPO3\CMS\Frontend\Typolink\PageLinkBuilder->build respect "linkAccessRestrictedPages" in $disableGroupAccessCheck
but this variable is only used for the page selection AND NOT for the page language overlay in this line: $pageRepository->getPageOverlay($page);

More details:
\TYPO3\CMS\Frontend\Page\PageRepository->getPageOverlaysForLanguageUids uses always this restriction in the selection:
$queryBuilder->setRestrictions(GeneralUtility::makeInstance(FrontendRestrictionContainer::class));

So currently "linkAccessRestrictedPages" is not working with multi language setups.

Any help or ideas for a good solution?

Regards,
Tim


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #87969: Page route for translated page is not generated correctly when page has frontend group access restrictionsClosed2019-03-20

Actions
Related to TYPO3 Core - Bug #91725: PageLinkBuilder: disableGroupAccessCheck doesn't work for translated pages with fegroup restrictionClosed2020-06-29

Actions
Is duplicate of TYPO3 Core - Bug #91045: Language overlay does not respect $disableGroupAccessCheckClosed2020-04-15

Actions
Actions #1

Updated by Tim Lochmüller about 4 years ago

  • Category set to Link Handling, Site Handling & Routing
Actions #2

Updated by Christian Eßl about 4 years ago

On it.

Actions #3

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63963

Actions #4

Updated by Christian Eßl about 4 years ago

  • Related to Bug #87969: Page route for translated page is not generated correctly when page has frontend group access restrictions added
Actions #5

Updated by Gerrit Code Review about 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63963

Actions #6

Updated by Christian Eßl about 4 years ago

  • Is duplicate of Bug #91045: Language overlay does not respect $disableGroupAccessCheck added
Actions #7

Updated by Jonas Eberle almost 4 years ago

Same as with https://forge.typo3.org/issues/87969 for me:

I can only reproduce in 9.5.15 if linking to a page whose parent is also access restricted.

The incorrect link is then <language prefix of translated language>/<slug of default language>.

Actions #8

Updated by Gerrit Code Review almost 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63963

Actions #9

Updated by Gerrit Code Review almost 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63963

Actions #10

Updated by Gerrit Code Review almost 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64359

Actions #11

Updated by Benni Mack almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Gerrit Code Review almost 4 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64359

Actions #13

Updated by Benni Mack almost 4 years ago

  • Status changed from Under Review to Resolved
Actions #14

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions #15

Updated by Markus Klein almost 4 years ago

  • Related to Bug #91725: PageLinkBuilder: disableGroupAccessCheck doesn't work for translated pages with fegroup restriction added
Actions

Also available in: Atom PDF