Actions
Feature #87185
openIdeas to improve cooperation between BE "All Config" and AdditionalConfiguration.php
Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-12-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If an AdditionalConfiguration.php is in place, values entered in the backend will still be added to LocalConfiguration.php where they will be ineffective. This can lead to confused debugging.
I propose a few approaches:
- Simple: display a global warning message if AdditionalConfiguration.php is detected
- Medium: disable fields where the value is overwritten in AdditionalConfiguration.php
- Best: Read AdditionalConfiguration.php as well when building the "All Configuration" list and show those values in read only fields, along with a hint that they have to be edited manually in the code.
PS: the category "Install Tool" is outdated for TYPO3 9.5, should I have picked another?
Actions