Bug #42252
closedEM incorrectly parses extension configuration options
100%
Description
The ConfigurationItemRepository dissects the ext_conf_template.txt file to get all available configuration options. For "options" type items, the format is interpreted in a wrong way. The string in ext_conf_template will look like this (taken from EXT:tika):
# cat=basic//10; type=options[Tika (local java application)=tika,Solr (remote server)=solr]; label= Extract using: Extraction will be faster if run locally using Tika.
The ConfigurationItemRepository incorrectly assumes that the option values are stored in the square brackets, while the labels for these options would be in (imaginary) square brackets after "label=".
The ExtJS-based EM uses the correct approach here.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16090
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/16090
Updated by Jigal van Hemert about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 04e8456a65f684c304363045a8157cd949e5821d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed