Bug #91725
closedPageLinkBuilder: disableGroupAccessCheck doesn't work for translated pages with fegroup restriction
100%
Description
corresponding to https://review.typo3.org/c/Packages/TYPO3.CMS/+/64359 there is another issue with linking to translations of restricted pages.
Example (PID 10 is restricted to authenticated users): {f:uri.page(pageUid:'10', linkAccessRestrictedPages:'1')}
Link couldn't be generated because UnableToLinkException is thrown by PageLinkBuilder on line 218 (with fallback type 'strict')
The Problem is in method PageLinkBuilder::build on line 205: a new instance of PageRepository is instantiated, but in Methode PageRpository::getPageOverlay there is no hack like in the workaround above (reset of where_groupAccess in case of $disableGroupAccessCheck === true)
Updated by Markus Klein over 4 years ago
- Related to Bug #90842: FE user restriction on pages and link incl. linkAccessRestrictedPages create wrong URLs added
Updated by Markus Klein over 4 years ago
Can you please clarify the initial setup a little more?
What pages do you have (with UIDs), which translations and how does the language site configuration look like?
(This makes reproduction a little more convenient.)
Did you test whether recent versions (10.4.6) are affected too?
Updated by Markus Klein about 4 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Gerrit Code Review about 4 years ago
- Status changed from Accepted 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/+/66330
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/+/66330
Updated by Gerrit Code Review about 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/+/66330
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66590
Updated by Gerrit Code Review about 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/+/66591
Updated by Markus Klein about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0127c68c50d4c48a1477037057e14cc0f09c360d.
Updated by Gerrit Code Review about 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/+/66591
Updated by Markus Klein about 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset e4e661091f58855de1f5853f382af1a7a2ac490f.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed