Project

General

Profile

Actions

Bug #86567

closed

EXT:backend requires EXT:recordlist in order to edit records.

Added by Jan Stockfisch over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2018-10-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

Using a lightweight installation like the following breaks while trying to edit a page record. An exception is thrown: "Unable to generate a URL for the named route "wizard_element_browser" because this route was not found.". The named route is registered in EXT:recordlist

{
  "require": {
    "typo3/cms-backend": "9.5.*@dev",
    "typo3/cms-install": "9.5.*@dev",
    "typo3/cms-frontend": "9.5.*@dev" 
  },
  "config": {
    "vendor-dir": ".Build/vendor",
    "bin-dir": ".Build/bin" 
  },
  "extra": {
    "typo3/cms": {
      "cms-package-dir": "{$vendor-dir}/typo3/cms",
      "app-dir": ".Build",
      "web-dir": ".Build/web" 
    }
  }
}
Actions #1

Updated by Jan Stockfisch over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New 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/58575

Actions #3

Updated by Gerrit Code Review over 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/58575

Actions #4

Updated by Gerrit Code Review over 5 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/58575

Actions #5

Updated by Anja Leichsenring over 5 years ago

  • Status changed from Under Review to Needs Feedback

where is the entry point into page edit then? I guess page tree context menu, and page module in the header part of the template module?

If only the route is placed into ext:recordlist, but not the handling itself (meaning, you can in fact edit records only by having ext:backend present), then the route should be adjusted (maybe even duplicated, would not hurt) so ext:backend stays independent from ext:recordlist.

Actions #6

Updated by Gerrit Code Review over 5 years ago

  • Status changed from Needs Feedback to Under Review

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575

Actions #7

Updated by Gerrit Code Review over 5 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575

Actions #8

Updated by Gerrit Code Review over 5 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575

Actions #9

Updated by Anonymous over 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF