Files
iTop/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php
2024-10-21 18:07:54 +02:00

45 lines
765 B
PHP
Executable File

<?php
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'itop-incident-mgmt-itil/3.3.0',
array(
// Identification
//
'label' => 'Incident Management ITIL',
'category' => 'business',
// Setup
//
'dependencies' => array(
'itop-config-mgmt/2.4.0',
'itop-tickets/2.4.0',
'itop-profiles-itil/2.3.0',
),
'mandatory' => false,
'visible' => true,
// Components
//
'datamodel' => array(
),
'data.struct' => array(
),
'data.sample' => array(
//'data.sample.itop-request-mgmt.xml',
),
// Documentation
//
'doc.manual_setup' => '',
'doc.more_information' => '',
// Default settings
//
'settings' => array(
),
)
);