mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Customer portal: do not install itop-portal-base if not required
SVN:trunk[4057]
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user