mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°3217 rollback itop-knownerror-light to itop-knownerror-mgmt
This commit is contained in:
43
datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php
Executable file
43
datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php
Executable 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(
|
||||
),
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user