mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°3217 Renamed KnownErrorMgmtInstaller in FAQLightInstaller
Add itop-config-mgmt dependancies for Support.combodo.com compatibility
This commit is contained in:
@@ -13,11 +13,11 @@ SetupWebPage::AddModule(
|
||||
// Setup
|
||||
//
|
||||
'dependencies' => array(
|
||||
'itop-structure/2.7.0',
|
||||
'itop-structure/2.7.0' || 'itop-config-mgmt/2.7.0',
|
||||
),
|
||||
'mandatory' => false,
|
||||
'visible' => true,
|
||||
'installer' => 'KnownErrorMgmtInstaller',
|
||||
'installer' => 'FAQLightInstaller',
|
||||
|
||||
// Components
|
||||
//
|
||||
@@ -43,11 +43,11 @@ SetupWebPage::AddModule(
|
||||
)
|
||||
);
|
||||
|
||||
if (!class_exists('KnownErrorMgmtInstaller'))
|
||||
if (!class_exists('FAQLightInstaller'))
|
||||
{
|
||||
// Module installation handler
|
||||
//
|
||||
class KnownErrorMgmtInstaller extends ModuleInstallerAPI
|
||||
class FAQLightInstaller extends ModuleInstallerAPI
|
||||
{
|
||||
public static function BeforeWritingConfig(Config $oConfiguration)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user