Actions
Bug #43041
closedExtension Manager doesn't care about Configuration sorting
Start date:
2012-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When showing the configuration of an extension actually the Extension Manager doesn't care about the given sorting.
E.g. configuration:
- cat=basic/enable/10; type=boolean; label=First configuration option
firstOption = 1
- cat=basic/enable/20; type=int; label=Second option
secondOption = 999
The sorting is the other way around because configuration is just merged.
Actions