Project

General

Profile

Actions

Bug #52557

closed

Show message and disallow modification of non DefaultConfiguration values in install tool

Added by Sascha Egerer over 10 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-10-06
Due date:
% Done:

0%

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

Description

If you override a setting in the AdditionalConfiguration.php the value is displayed in the install tool. If you change the value you get a positive message that it has been changed. But if you look again in the install tool the "old" value is displayed again. This is because the install tool only writes to the LocalConfiguration which is then overwritten by the AdditionalConfiguration.php.

There should be a notice that the value has been changed outside of the LocalConfiguration and therefore can't be changed in the install tool. The field should also be disabled so it can't be changed.

Values that are not part of the DefaultConfiguration should also be not editable and a message should be displayed that this setting is not part of the default TYPO3 configuration.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #60650: ConfigurationManager::getConfigurationValueByPath ignores AdditionalConfiguration.phpClosed2014-07-29

Actions
Blocked by TYPO3 Core - Bug #52556: Add database settings to DefaultConfigurationClosed2013-10-06

Actions
Actions #1

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24421

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24421

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24421

Actions #4

Updated by Nicole Cordes over 9 years ago

Sascha Egerer wrote:

If you override a setting in the AdditionalConfiguration.php the value is displayed in the install tool. If you change the value you get a positive message that it has been changed. But if you look again in the install tool the "old" value is displayed again. This is because the install tool only writes to the LocalConfiguration which is then overwritten by the AdditionalConfiguration.php.

There should be a notice that the value has been changed outside of the LocalConfiguration and therefore can't be changed in the install tool. The field should also be disabled so it can't be changed.

I confirm this should be added to prevent confusion

Values that are not part of the DefaultConfiguration should also be not editable and a message should be displayed that this setting is not part of the default TYPO3 configuration.

Do you have any arguments why those options shouldn't be editable?

Actions #5

Updated by Sascha Egerer over 9 years ago

Nicole Cordes wrote:

Values that are not part of the DefaultConfiguration should also be not editable and a message should be displayed that this setting is not part of the default TYPO3 configuration.

Do you have any arguments why those options shouldn't be editable?

AFAIK they have not been saved by the install tool if they are not part of the DefaultConfiguration. But i'm not sure anymore.

Actions #6

Updated by Christian Kuhn over 8 years ago

  • Status changed from Under Review to Rejected

this can not be resolved. see my comments on #60650 for details.

Actions

Also available in: Atom PDF