Skip to content
Commit 3a7cbc81 authored by Florian Wessels's avatar Florian Wessels Committed by Oliver Hader
Browse files

[BUGFIX] Consider hidden records in persisted mapper aspects

PersistedAliasMapper and PersistedPatternMapper did not take
hidden records into account.

The Context object used when resolving and generating routes is
forwarded to corresponding mapper aspects which are applying this
information in their FrontendRestrictionContainer.

Only the visibility aspect is considered for HiddenRestriction,
FrontendGroupRestriction, StartTimeRestriction, EndTimeRestriction
are not taking the Context object into account, yet.

Resolves: #88307
Releases: master, 9.5
Change-Id: Iebddb32ba534002a19f458cb69947e4a2d44e990
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60720


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChristian Eßl <indy.essl@gmail.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarChristian Eßl <indy.essl@gmail.com>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 69e29c0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment