mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°2060 [WIP] Initialisation of the portal application:
- Remove old composer.json that was not necessary - Add empty model.itop-portal-base.php file for future XML snippets to be loaded - Increase module version number to 2.7.0
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
|
||||
'itop-portal/2.6.1', array(
|
||||
'itop-portal/2.7.0', array(
|
||||
// Identification
|
||||
'label' => 'Enhanced Customer Portal',
|
||||
'category' => 'Portal',
|
||||
// Setup
|
||||
'dependencies' => array(
|
||||
'itop-portal-base/1.0.0'
|
||||
'itop-portal-base/2.7.0'
|
||||
),
|
||||
'mandatory' => false,
|
||||
'visible' => true,
|
||||
|
||||
Reference in New Issue
Block a user