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

SVN:trunk[4057]
This commit is contained in:
Romain Quetiez
2016-05-11 12:14:51 +00:00
parent e388e4b163
commit 681e07ca73

View File

@@ -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',