Actions
Bug #83716
closedNew Extension configuration and user type fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2018-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
In TV+ we have configured a user defined field in ext_conf_template.txt
#cat=static DS; type=user[Ppi\TemplaVoilaPlus\StaticDataStructure\Check->displayMessage]; label=LLL:EXT:templavoilaplus/Resources/Private/Language/PluginConfiguration.xlf:staticDS.updater updateMessage=0
This called method depends on the existence of another extension (for TYPO3 9 it is typo3db_legacy). We test if this extension is available with
ExtensionManagementUtility::isLoaded('typo3db_legacy')
which returns true, but the extension isn't loaded.
The called Ajax is following:
http://localhost/typo3/install.php?install[controller]=settings&install[context]=backend&install[action]=extensionConfigurationGetContent&_=1517231380681
Actions