Actions
Bug #40124
closedSaving Extension Settings from options-list saves wrong stuff
Start date:
2012-08-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
See #40084 in the Tika Extension: Installing the current version from TER fails on saving in the new EM on a 6.0.0-dev installation.
Problem seems to be the definition in ext_conf_template.txt
:
# 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. extractor = tika
Saving that settings will store the value Tika (local java application)=tika
to the LocalConfiguration.php serialized array for that extension - instead of just the single word tika
.
As by the feedback from Ingo Renner in #40084, this issue seems to be a problem in the new Extension Manager.
Actions