Project

General

Profile

Actions

Bug #16551

closed

Cannot reset settings via admPanel.override

Added by Miroslav Monkevic almost 18 years ago. Updated almost 11 years ago.

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

0%

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

Description

I wasn't able to turn off edit panel using User TSConfig code:

admPanel {
enable.all = 1
hide = 0
override {
edit = 1
edit {
displayFieldIcons = 1
displayIcons = 0
editFormsOnPage = 1
editNoPopup = 1
}
}
}

I believe this deals with bug 1518. (not sure though)

See pathch attached to 1518.
Code below does not take into account that $this->extAdminConfig['override.'][$pre.'.'][$val] can be 0.

// override all settings with user TSconfig
if ($this->extAdminConfig['override.'][$pre.'.'][$val] && $val) {
return $this->extAdminConfig['override.'][$pre.'.'][$val];
}
if ($this->extAdminConfig['override.'][$pre]) {
return $this->extAdminConfig['override.'][$pre];
}
(issue imported from #M4198)

Files

bug_4198.diff (714 Bytes) bug_4198.diff Administrator Admin, 2006-10-17 20:03

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?ClosedMichael Stucki2005-11-20

Actions
Has duplicate TYPO3 Core - Feature #15416: admPanel.module.edit.forceNoPopup = 0 doesn't affect to 'toolbar'ClosedMichael Stucki2006-01-14

Actions
Actions

Also available in: Atom PDF