From 0d1ca1bc0e083d7aa2a879acad3d986d704d234a Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 5 Dec 2019 17:30:30 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02611=20-=20Make=20itop-portal-base=20mod?= =?UTF-8?q?ule=20mandatory=20during=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module.itop-portal-base.php | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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.