Actions
Bug #42252
closedEM incorrectly parses extension configuration options
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2012-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
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.
Actions