From 243dee43126ce671704aed6cdd3580e4e6b58c8b Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 11 May 2016 08:25:20 +0000 Subject: [PATCH] Brand new customer portal - installed only if selected by the user in the installation wizard SVN:trunk[4051] --- datamodels/2.x/itop-portal/module.itop-portal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/itop-portal/module.itop-portal.php b/datamodels/2.x/itop-portal/module.itop-portal.php index 62410397f..5551a4313 100644 --- a/datamodels/2.x/itop-portal/module.itop-portal.php +++ b/datamodels/2.x/itop-portal/module.itop-portal.php @@ -10,8 +10,8 @@ SetupWebPage::AddModule( 'dependencies' => array( 'itop-portal-base/1.0.0' ), - 'mandatory' => true, - 'visible' => false, + 'mandatory' => false, + 'visible' => true, // Components 'datamodel' => array( 'main.itop-portal.php'