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 f2c0b642a..2242fb7df 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 @@ -1,4 +1,21 @@ array( ), - 'mandatory' => false, - 'visible' => true, + 'mandatory' => true, + 'visible' => false, // Components 'datamodel' => array( // Note: The autoloader is there instead of portal/config/bootstrap.php in order to be available for other modules with a dependency on this one.