Bläddra i källkod

Brand new customer portal - installed only if selected by the user in the installation wizard

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4051 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 år sedan
förälder
incheckning
539fd75c05
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      datamodels/2.x/itop-portal/module.itop-portal.php

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

@@ -10,8 +10,8 @@ SetupWebPage::AddModule(
 	'dependencies' => array(
 	'dependencies' => array(
 		'itop-portal-base/1.0.0'
 		'itop-portal-base/1.0.0'
 	),
 	),
-	'mandatory' => true,
-	'visible' => false,
+	'mandatory' => false,
+	'visible' => true,
 	// Components
 	// Components
 	'datamodel' => array(
 	'datamodel' => array(
 		'main.itop-portal.php'
 		'main.itop-portal.php'