From ee9343cf40ee383c879b0396ddaab36df0c63129 Mon Sep 17 00:00:00 2001 From: odain Date: Wed, 30 Sep 2020 16:00:36 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03117:=20fix=20refactor=20regarding=20ito?= =?UTF-8?q?p-structure=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-structure/module.itop-structure.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/datamodels/2.x/itop-structure/module.itop-structure.php b/datamodels/2.x/itop-structure/module.itop-structure.php index 0ffe6ba92..d54078ac7 100644 --- a/datamodels/2.x/itop-structure/module.itop-structure.php +++ b/datamodels/2.x/itop-structure/module.itop-structure.php @@ -7,8 +7,8 @@ SetupWebPage::AddModule( array( // Identification // - 'label' => 'Structure de base iTop', - 'category' => 'core', + 'label' => 'Core iTop Structure', + 'category' => 'business', // Setup // @@ -16,7 +16,7 @@ SetupWebPage::AddModule( ), 'mandatory' => true, 'visible' => true, - 'installer' => 'ConfigMgmtInstaller', + 'installer' => 'StructureInstaller', // Components // @@ -47,11 +47,11 @@ SetupWebPage::AddModule( ) ); -if (!class_exists('ConfigMgmtInstaller')) +if (!class_exists('StructureInstaller')) { // Module installation handler // - class ConfigMgmtInstaller extends ModuleInstallerAPI + class StructureInstaller extends ModuleInstallerAPI { public static function BeforeWritingConfig(Config $oConfiguration) {