mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
fix module dependencies
This commit is contained in:
1
datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php
Normal file → Executable file
1
datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php
Normal file → Executable file
@@ -16,6 +16,7 @@ SetupWebPage::AddModule(
|
|||||||
//
|
//
|
||||||
'dependencies' => array(
|
'dependencies' => array(
|
||||||
'itop-welcome-itil/3.1.0,',
|
'itop-welcome-itil/3.1.0,',
|
||||||
|
'itop-profiles-itil/3.2.1', //SuperUser id 117
|
||||||
),
|
),
|
||||||
'mandatory' => false,
|
'mandatory' => false,
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ SetupWebPage::AddModule(
|
|||||||
'category' => 'Portal',
|
'category' => 'Portal',
|
||||||
// Setup
|
// Setup
|
||||||
'dependencies' => array(
|
'dependencies' => array(
|
||||||
|
'itop-attachments/3.2.1', //CMDBChangeOpAttachmentRemoved
|
||||||
),
|
),
|
||||||
'mandatory' => true,
|
'mandatory' => true,
|
||||||
'visible' => false,
|
'visible' => false,
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ SetupWebPage::AddModule(
|
|||||||
//
|
//
|
||||||
'dependencies' => array(
|
'dependencies' => array(
|
||||||
'itop-structure/2.7.1',
|
'itop-structure/2.7.1',
|
||||||
|
'itop-portal/3.0.0' // module_design_itop_design->module_designs->itop-portal
|
||||||
),
|
),
|
||||||
'mandatory' => false,
|
'mandatory' => false,
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user