Actions
Bug #77263
closedSaving TYPO3_USER_SETTINGS does not respect userTSconfig
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
Actions