From 1018dc6e748a4f87e6effe6439bf633dbf46bcb4 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 11 May 2016 12:05:03 +0000 Subject: [PATCH] Customer portal: adjusted the versions of the recently updated module (inc. the XML format version raised to 1.3) SVN:trunk[4055] --- datamodels/2.x/itop-full-itil/module.itop-full-itil.php | 4 ++-- .../datamodel.itop-incident-mgmt-itil.xml | 2 +- .../module.itop-incident-mgmt-itil.php | 4 ++-- .../itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml | 2 +- .../2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php | 4 ++-- .../datamodel.itop-request-mgmt-itil.xml | 2 +- .../itop-request-mgmt-itil/module.itop-request-mgmt-itil.php | 4 ++-- .../2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml | 2 +- datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php | 4 ++-- datamodels/2.x/itop-tickets/module.itop-tickets.php | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php index b87c982dd..ea7e94a2c 100644 --- a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php +++ b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php @@ -14,8 +14,8 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-request-mgmt-itil/2.2.0', - 'itop-incident-mgmt-itil/2.2.0', + 'itop-request-mgmt-itil/2.3.0', + 'itop-incident-mgmt-itil/2.3.0', ), 'mandatory' => false, 'visible' => false, // To prevent auto-install but shall not be listed in the install wizard diff --git a/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml b/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml index cb9e3e99a..ddab994d3 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml +++ b/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml @@ -1,5 +1,5 @@ - + diff --git a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php index 3db0a1dfa..7532e8824 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-incident-mgmt-itil/2.2.0', + 'itop-incident-mgmt-itil/2.3.0', array( // Identification // @@ -14,7 +14,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.0.0', + 'itop-tickets/2.3.0', 'itop-profiles-itil/1.0.0', ), 'mandatory' => false, diff --git a/datamodels/2.x/itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml b/datamodels/2.x/itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml index a507523e5..8be97561e 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml +++ b/datamodels/2.x/itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml @@ -1,5 +1,5 @@ - + cmdbAbstractObject diff --git a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php index be16d6241..d3f87439b 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-knownerror-mgmt/2.2.0', + 'itop-knownerror-mgmt/2.3.0', array( // Identification // @@ -14,7 +14,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.0.0', + 'itop-tickets/2.3.0', ), 'mandatory' => false, 'visible' => true, diff --git a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml index d6d7b172d..8cbfe0dd2 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml +++ b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml @@ -1,5 +1,5 @@ - + diff --git a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php index accce3e65..cfcaab915 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt-itil/2.2.0', + 'itop-request-mgmt-itil/2.3.0', array( // Identification // @@ -14,7 +14,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.0.0', + 'itop-tickets/2.3.0', ), 'mandatory' => false, 'visible' => true, diff --git a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml index c1bf839d9..110e0f766 100755 --- a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml +++ b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml @@ -1,5 +1,5 @@ - + diff --git a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php index bf93948ba..49d1e4ae0 100755 --- a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt/2.2.0', + 'itop-request-mgmt/2.3.0', array( // Identification // @@ -14,7 +14,7 @@ SetupWebPage::AddModule( // 'dependencies' => array( 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.0.0', + 'itop-tickets/2.3.0', ), 'mandatory' => false, 'visible' => true, diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index 6b612fec8..41cdaa3e9 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, - 'itop-tickets/2.2.0', + 'itop-tickets/2.3.0', array( // Identification //