ソースを参照

No need for bridge modules to be listed as installed modules in the about box. Still, they are listed in the "support information".

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4065 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 年 前
コミット
fbed5ff7f2

+ 1 - 1
datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php

@@ -17,7 +17,7 @@ SetupWebPage::AddModule(
 			'itop-virtualization-mgmt/2.2.0',
 		),
 		'mandatory' => false,
-		'visible' => true, // To prevent auto-install but shall not be listed in the install wizard
+		'visible' => false,
 		'auto_select' => 'SetupInfo::ModuleIsSelected("itop-storage-mgmt") && SetupInfo::ModuleIsSelected("itop-virtualization-mgmt")',
 
 		// Components

+ 1 - 1
datamodels/2.x/itop-full-itil/module.itop-full-itil.php

@@ -18,7 +18,7 @@ SetupWebPage::AddModule(
 		'itop-incident-mgmt-itil/2.3.0',
 	),
 	'mandatory' => false,
-	'visible' => false, // To prevent auto-install but shall not be listed in the install wizard
+	'visible' => false,
 	'auto_select' => 'SetupInfo::ModuleIsSelected("itop-request-mgmt-itil") && SetupInfo::ModuleIsSelected("itop-incident-mgmt-itil")',
 	// Components
 	//