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.
Updated by Gerrit Code Review about 12 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 http://review.typo3.org/16502
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16502
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16502
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16502
Updated by Nicole Cordes almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 328165f1e174b52876c677647fd294296c1954d2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions