Project

General

Profile

Actions

Bug #78385

closed

Default/override settings in UserTsConfig are not used

Added by Franz Kugelmann over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-10-24
Due date:
% Done:

0%

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

Description

If you set a default or override value for language in UserTSConfig like

setup {
    default {
        lang = de
    }

    // if set here we force that value
    override {
        lang = de
    }
}

as described in
https://docs.typo3.org/typo3cms/TSconfigReference/UserTsconfig/Setup/Index.html?highlight=lang

it has no effect in the Backend. This is probalby due to code in
TYPO3\CMS\Setup\Controller\SetupModuleController::renderUserSetup
There a itemsProcFunc is called (renderLanguageSelect()), which just does not care about the above settings.
Seems the same in v8.

Same seems to be true for the setting startModule.
On both fields the label becomes gray (indicating disabled state) if set in override, but the select field itself is oblivious to the settings.

Actions #1

Updated by Susanne Moog about 4 years ago

  • Status changed from New to Closed

This is now fixed in newer TYPO3 versions.

Actions

Also available in: Atom PDF