Project

General

Profile

Actions

Bug #77263

closed

Saving TYPO3_USER_SETTINGS does not respect userTSconfig

Added by Stefan Froemken over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2016-07-27
Due date:
% Done:

100%

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

Description

Hello Core-Team,

create a BE-User, log in or switch to the just created User and set language (uc['lang']) to something different than english. Save. Logout.

Now switch to an Admin and add following userTSconfig:

#editor user settings
setup.fields {
    lang.disabled = 1
    titleLen.disabled = 1
}

Now login again as user and save something in your user configuration. That results in lang = "" and titleLen = 0. So with next login you have an english backend again and if you haven't set a header in your tt_content records you will see FULL bodytext as H1-header while editing in BE.

It seems that you loop over all fields of showItem without checking against disable-status of userTSconfig.

Stefan


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #79374: titleLen was resetted to an empty string after saving user settingsClosed2017-01-18

Actions
Actions

Also available in: Atom PDF