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

Also available in: Atom PDF