Project

General

Profile

Actions

Bug #83716

closed

New Extension configuration and user type fields

Added by Alexander Opitz about 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
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 #1

Updated by Christian Eßl about 4 years ago

Can't reproduce this for 10.4.0-dev.

Actions #2

Updated by Susanne Moog about 4 years ago

  • Status changed from New to Closed

As Christian, I cannot reproduce the issue and will close it now. If you still have an issue, please debug the isLoaded call - I could not find a scenario in which it returned true for a non-activated package.

Actions

Also available in: Atom PDF