Project

General

Profile

Actions

Bug #42775

closed

Saving one tab, deleted entries from other tabs

Added by Jan-Erik Revsbech over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2012-11-08
Due date:
% Done:

100%

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

Description

When storing extension configuration in different tabs, saving one tab, will delete/reset all values in other tabs.

In order to provoke the error, just create an ext_conf_template with

  1. cat=Basic/; type=int+; label=Test key1
    key1 =
  1. cat=WebService/; type=string; label=Test key2
    key2 =

Then go to the extension manager, and setting value of key2, will reset the value of key1 and vice versa.

The error related to ConfigurationUtility::getCurrentConfiguration which looks for

$GLOBALS['TYPO3_LOADED_EXT'][$extensionKey]['key']
which is never set.

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #44818: Restructure ConfigurationUtility and ConfigurationItemRepositoryClosed2013-01-25

Actions
Related to TYPO3 Core - Bug #44559: "Cat" parameter for values set via ext_conf_template.txt are NOT taken into accountClosedHelmut Hummel2013-01-16

Actions
Has duplicate TYPO3 Core - Bug #44700: EM fails reading current configurationClosedFrancois Suter2013-01-21

Actions
Has duplicate TYPO3 Core - Bug #44781: ConfigurationUtility->getCurrentConfiguration only delivers default configurationClosed2013-01-24

Actions
Actions

Also available in: Atom PDF