Project

General

Profile

Actions

Bug #93786

open

Redirect does keep language parameters

Added by Albrecht Köhnlein about 3 years ago. Updated 9 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2021-03-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When configuring a redirect from an URL, which is not the default language, the redirect target is created without the correct language.

In the example below, "/en/" is the secondary language. When accessing the URL http://example.org/en/service-1, the redirect location is generated as http://example.org/de/service/, which is the default language instead of the expected http://example.org/en/service/ which would be expected redirect URL


Files


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #93162: Allow Redirects to translated pagesNew2020-12-22

Actions
Actions #1

Updated by Guido Schmechel about 3 years ago

  • Related to Feature #93162: Allow Redirects to translated pages added
Actions #2

Updated by Guido Schmechel about 3 years ago

There are two issues with languages:

1.) If you manually build a redirect, there is no smooth editor way for that: https://forge.typo3.org/issues/93162
2.) For the autogenerated redirects there is a first WIP: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68202

Actions #3

Updated by Riccardo De Contardi about 3 years ago

  • Category set to Link Handling, Site Handling & Routing
Actions #4

Updated by Chris Müller about 3 years ago

As a workaround for the time being:
- You can add a &L=1 to the target to get the correct language
- You can use https://github.com/CMSExperts/link2language, then a select box with the available languages is shown in the link wizard which adds the &L= parameter

Actions #5

Updated by Oliver Hader over 1 year ago

  • Sprint Focus set to On Location Sprint
Actions #6

Updated by Benni Mack 9 months ago

  • Sprint Focus deleted (On Location Sprint)
Actions

Also available in: Atom PDF