Task #90218
closedDissolve PersistenceDelegate for persisted mappers
100%
Description
The intention of PersistenceDelegate was to provide a generic API to
resolve or generate route components. However the implementation did
not provide any additional behavior. It just was used as structural
pattern which did not provide any further advantages.
That's the reason why PersistenceDelegate gets dissolved and its
database connection invocation is moved to its corresponding callers
PersistedAliasMapper and PersistedPatternMapper.
Updated by Oliver Hader almost 5 years ago
- Related to Bug #89153: Wrong Extbase record is shown for slug added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 3 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/+/63048
Updated by Gerrit Code Review almost 5 years ago
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/+/63049
Updated by Gerrit Code Review almost 5 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/+/63049
Updated by Gerrit Code Review almost 5 years ago
Patch set 4 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/+/63048
Updated by Oliver Hader almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bd69d119a0a23381c358352b986c2466f600defb.
Updated by Oliver Hader almost 5 years ago
- Related to Bug #90269: Use correct method name in PersistedPatternMapper legacy trait added
Updated by Georg Ringer about 4 years ago
- Related to Bug #92368: PersistedAliasMapper: 404 error when linking to a non-translated news record added