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:
Molkobain
2019-07-08 15:49:07 +02:00
parent 5ab059c404
commit 85460ef6e2
4 changed files with 28 additions and 29 deletions

View File

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