mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3217 Added OR dependency to ensure if the portal is loaded it's done before faq (according to Molkobain)
This commit is contained in:
@@ -13,7 +13,7 @@ SetupWebPage::AddModule(
|
|||||||
// Setup
|
// Setup
|
||||||
//
|
//
|
||||||
'dependencies' => array(
|
'dependencies' => array(
|
||||||
'itop-structure/2.7.0',
|
'itop-structure/2.7.0 || itop-portal/2.7.0' ,
|
||||||
),
|
),
|
||||||
'mandatory' => false,
|
'mandatory' => false,
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user