Browse Source

Customer portal: do not install itop-portal-base if not required

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4057 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 years ago
parent
commit
681584ffc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      datamodels/2.x/itop-portal-base/module.itop-portal-base.php

+ 2 - 2
datamodels/2.x/itop-portal-base/module.itop-portal-base.php

@@ -9,8 +9,8 @@ SetupWebPage::AddModule(
 	// Setup
 	'dependencies' => array(
 	),
-	'mandatory' => true,
-	'visible' => false,
+	'mandatory' => false,
+	'visible' => true,
 	// Components
 	'datamodel' => array(
 		'portal/src/entities/abstractbrick.class.inc.php',