Task #70041
closedAdd option to disable LanguageSelector in Web->View
100%
Description
Issue #56282 introduced a language selector in Web -> View.
This, however, locked you in the situation where you either need to use the parameter L
to switch languages or you would supply a broken functionality to the editor.
Since the ways to switch a language in TYPO3 are manyfold and fixing every way of doing to (think Domains, cookies etc.) we introduce a new pageTSconfig setting to actively turn the function off.
In case you switch languages based on something different than a parameter called L
you can disable the selector by using the following TSConfig:
mod.SHARED.view.disableLanguageSelector = 1
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43498
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43498
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43498
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43498
Updated by Mathias Schreiber about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4b0e3078f4a590665a6209364428bd2c828c8457.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed