Actions
Bug #85998
closedInconsistent URLs in multiple languages
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2018-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I am testing a multiple language site with current TYPO3 master. When building a language-switching menu with the \TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor
class I receive inconsistently formed URLs:
- for the default language I have: http://www.typo3-master.test/en/?id=1
- for a (French) translation I have: http://www.typo3-master.test/fr/
Why does the URL in the default language have ?id=1
added to it?
Files
Updated by Christian Kuhn about 6 years ago
Yes, the link generation is not fully clean, yet. afaik, benni is working on it and a prelimilarily patch has been merged today. https://review.typo3.org/#/c/58022/
Updated by Susanne Moog about 6 years ago
- Status changed from New to Needs Feedback
Please check if this is fixed with current master. Language handling with sites received a few fixes over the last few days.
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to 9 LTS
Updated by Benni Mack about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
Actions
#5
Updated by Josef Glatz almost 6 years ago
- File 85998-testresult-190124-081508-master.png 85998-testresult-190124-081508-master.png added
- File languagetest85998.zip languagetest85998.zip added
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Can't reproduce it in master10 and 9.5 anymore using the extension added as attachment¶
Actions