Enhancement: automatically recognize some well-know mutli-module extensions deployed using the old format (i.e. shipped without an extension.xml file) and emulate the new format for them in order to display a meaningful label and version in the setup and in the about box.

SVN:trunk[5152]
This commit is contained in:
Denis Flaven
2017-12-14 12:11:51 +00:00
parent a818a09469
commit 5b1e1d0d6a
2 changed files with 641 additions and 4 deletions

View File

@@ -1768,7 +1768,7 @@ EOF
foreach($this->oExtensionsMap->GetAllExtensions() as $oExtension)
{
if ($oExtension->sSource !== iTopExtension::SOURCE_WIZARD)
if (($oExtension->sSource !== iTopExtension::SOURCE_WIZARD) && ($oExtension->bVisible))
{
$aStepDefinition['options'][] = array(
'extension_code' => $oExtension->sCode,