Task #98443
closedMerge ext:recordlist into ext:backend
100%
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Updated by Gerrit Code Review about 2 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Updated by Gerrit Code Review about 2 years ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Updated by Gerrit Code Review about 2 years ago
Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Updated by Gerrit Code Review about 2 years ago
Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 98571b64d21dbe08ec0dea59ed3262fe23e6819c.
Updated by Oliver Hader about 2 years ago
Side-note: A PageTS configuration in one of my environments lead to a fatal error, basically since dependency injection has no declarations anymore for classes in previous RecordList
TCEMAIN.linkHandler.content { handler = TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler label = Content configuration { table = tt_content } scanAfter = page }
Fix is simple: Replace TYPO3\CMS\Recordlist\LinkHandler\RecordLinkHandler
with TYPO3\CMS\Backend\LinkHandler\RecordLinkHandler
Updated by Oliver Bartsch about 2 years ago
- Related to Bug #98535: Linkbrowser throws exception added
Updated by Chris Müller about 2 years ago
- Related to Bug #98555: Linkhandler: Deprecated Linkhandler path causes DI Error added
Updated by Christian Kuhn over 1 year ago
- Related to Task #101022: Remove class aliases in ext:backend added
Updated by Torben Hansen 6 months ago
- Related to Bug #103856: CKEditor5 no longer sets the link class “mail” using the Link Browser: “Mail” added