Bug #21864
closedoverriden user settings are not visible to the user
0%
Description
It is possible to override settings in the user settings with TS. Currently this is not visible to the user because the fields are not locked. Result: A user will try to change the settings but it is not possible because not allowed.
To reproduce add those lines to your user tsconfig:
--------
setup.default.edit_docModuleUpload = 1
setup.override.edit_docModuleUpload = 1
setup.default.resizeTextareas_MaxHeight= 111
setup.override.resizeTextareas_MaxHeight= 310
---------
and go to the user settings > tab "edit & advanced functions". ´Change the text in the input field "maximal height of resizeable textareas" and save it. Changes won't be saved.
Apply patch and take a look at the settings again. They are now rendered with the attribute disabled="disabled"
(issue imported from #M13059)
Files
Updated by Benni Mack over 14 years ago
Commited your patch to trunk (rev. 6690)
Commited your patch to TYPO3_4-3 (rev. 6691)