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.
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14278
Updated by Susanne Moog about 12 years ago
- Status changed from New to Accepted
- Assignee set to Susanne Moog
Updated by Susanne Moog about 12 years ago
- Status changed from Accepted to Under Review
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/14278
Updated by Oliver Hader over 11 years ago
- Project changed from 2269 to TYPO3 Core
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Rejected
Patch is abandoned
Actions