diff --git a/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php b/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php old mode 100644 new mode 100755 index e8e692e575..2ab602ad55 --- a/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php +++ b/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php @@ -16,6 +16,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-welcome-itil/3.1.0,', + 'itop-profiles-itil/3.2.1', //SuperUser id 117 ), 'mandatory' => false, 'visible' => true, @@ -28,7 +29,7 @@ SetupWebPage::AddModule( 'src/Service/ApplicationUIExtension.php', ), 'webservice' => array( - + ), 'data.struct' => array( // add your 'structure' definition XML files here, @@ -36,11 +37,11 @@ SetupWebPage::AddModule( 'data.sample' => array( // add your sample data XML files here, ), - + // Documentation // 'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any - 'doc.more_information' => '', // hyperlink to more information, if any + 'doc.more_information' => '', // hyperlink to more information, if any // Default settings // diff --git a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php index 4ce34b1d8a..281524bf52 100644 --- a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php @@ -26,6 +26,7 @@ SetupWebPage::AddModule( 'category' => 'Portal', // Setup 'dependencies' => array( + 'itop-attachments/3.2.1', //CMDBChangeOpAttachmentRemoved ), 'mandatory' => true, 'visible' => false, diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index f46fc1f231..6adc856e59 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -14,6 +14,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-structure/2.7.1', + 'itop-portal/3.0.0' // module_design_itop_design->module_designs->itop-portal ), 'mandatory' => false, 'visible' => true, @@ -29,7 +30,7 @@ SetupWebPage::AddModule( ), 'data.sample' => array( ), - + // Documentation // 'doc.manual_setup' => '',