N°3217 rollback itop-knownerror-light to itop-knownerror-mgmt

This commit is contained in:
BenGrenoble
2021-04-08 16:27:49 +02:00
parent 521c493fd1
commit 80d974f2b4
20 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,43 @@
<?php
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'itop-knownerror-mgmt/3.0.0',
array(
// Identification
//
'label' => 'Known Errors Database',
'category' => 'business',
// Setup
//
'dependencies' => array(
'itop-config-mgmt/2.2.0',
'itop-portal/2.7.0',
),
'mandatory' => false,
'visible' => true,
// Components
//
'datamodel' => array(
'model.itop-knownerror-mgmt.php',
),
'data.struct' => array(
//'data.struct.itop-knownerror-mgmt.xml',
),
'data.sample' => array(
),
// Documentation
//
'doc.manual_setup' => '', // No manual installation instructions
'doc.more_information' => '',
// Default settings
//
'settings' => array(
),
)
);