Project

General

Profile

Actions

Bug #17600

closed

Overriding multilevel UC settings fails

Added by Michael Stucki about 17 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-09-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

It is possible to override UC settings using BE-USER-TSconfig:

  1. setup.override.disableTabInTextarea = 1
  2. => works fine

However, overriding multilevel properties will not work:

  1. setup.override.TSFE_adminConfig.display_top = 1
  2. => no effect

The reason for the problem is that the TSconfig output is processed like regular TSconfig and therefore, parent keys have trailing dots:

  1. ['TSFE_adminConfig.']['display_top']

However, the UC array does not know these keys and looks for this key in this example:

  1. ['TSFE_adminConfig']['display_top']

(issue imported from #M6337)


Files

bug_6337.diff (2.35 KB) bug_6337.diff Administrator Admin, 2007-09-13 15:12
Actions

Also available in: Atom PDF