Project

General

Profile

Actions

Bug #44700

closed

EM fails reading current configuration

Added by Francois Suter over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Must have
Category:
Extension Manager
Target version:
Start date:
2013-01-21
Due date:
% Done:

0%

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

Description

When saving an extension's configuration, the EM first reads the default configuration and the existing configuration, then merges the two (the newly saved configuration is then merged on top of that). The merging of default and existing configuration fails because they don't have the same structure. The existing configuration only contains configurations keys and values, whereas values are found under the "value" key in the default configuration.

The "value" dimension must be added to the existing configuration.

Note: this bug is visible only when saving the configuration of an extension with multiple subcategories. When there is a single subcategory, the bug does not happen because all values are read properly when presenting the form to the user and all (modified) values are also sent back for saving.

An extension with multiple subcategories is external_import, for example.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #42775: Saving one tab, deleted entries from other tabsClosedJan-Erik Revsbech2012-11-08

Actions
Actions #1

Updated by Francois Suter over 11 years ago

  • Status changed from Accepted to Under Review

Patch pending: https://review.typo3.org/#/c/17621/

Seems like the automation between Forge and Gerrit didn't work this time.

Actions #2

Updated by Christian Kuhn over 11 years ago

  • Status changed from Under Review to Closed

closed as dupe of #42775

Actions

Also available in: Atom PDF