Project

General

Profile

Actions

Task #98443

closed

Merge ext:recordlist into ext:backend

Added by Christian Kuhn over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-09-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #98535: Linkbrowser throws exceptionClosed2022-10-05

Actions
Related to TYPO3 Core - Bug #98555: Linkhandler: Deprecated Linkhandler path causes DI ErrorClosed2022-10-08

Actions
Related to TYPO3 Core - Task #101022: Remove class aliases in ext:backendClosed2023-06-13

Actions
Actions #1

Updated by Gerrit Code Review over 1 year 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

Actions #2

Updated by Gerrit Code Review over 1 year 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

Actions #3

Updated by Gerrit Code Review over 1 year 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

Actions #4

Updated by Gerrit Code Review over 1 year 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

Actions #5

Updated by Gerrit Code Review over 1 year 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

Actions #6

Updated by Christian Kuhn over 1 year ago

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

Updated by Oliver Hader over 1 year 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

Actions #8

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Oliver Bartsch over 1 year ago

  • Related to Bug #98535: Linkbrowser throws exception added
Actions #10

Updated by Chris Müller over 1 year ago

  • Related to Bug #98555: Linkhandler: Deprecated Linkhandler path causes DI Error added
Actions #11

Updated by Christian Kuhn 10 months ago

  • Related to Task #101022: Remove class aliases in ext:backend added
Actions

Also available in: Atom PDF