Project

General

Profile

Actions

Bug #95766

open

Routing across extensions

Added by Sven Burkert over 2 years ago. Updated 9 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2021-10-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
realurl, routeEnhancer, speaking url, slug
Complexity:
Is Regression:
Sprint Focus:

Description

I can't believe TYPO3 has this limitation but it seems so: has every route to be unique across all plugins of all extensions?

Given:
  1. Extension EXT:news with a news record with title "foo"
  2. Extension EXT:myext with a record with title "foo"
Expectation:
  1. News record is shown on url /news/details/foo/
  2. Record is shown on url /myext/details/foo/
Actual:
  1. News record is shown
  2. Record of EXT:myext isn't found

The controller action of EXT:myext is called with "null" instead of the object. When switching the routeEnhancers configuration in the site configuration (configuration EXT:news on last position) the record of EXT:myext is shown, but the news record not.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #93727: Extbase Routing Enhancer with several routes doesn't work when routes use different controllerClosed2021-03-12

Actions
Actions

Also available in: Atom PDF