From e72bc65df899664513939543bb7540f771530636 Mon Sep 17 00:00:00 2001 From: Vincent Dumas Date: Wed, 12 Jul 2017 09:19:24 +0000 Subject: [PATCH] Set Module id 2.4 and XML version 1.4 SVN:trunk[4833] --- .../2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml | 2 +- .../2.x/itop-config-mgmt/module.itop-config-mgmt.php | 2 +- .../datamodel.itop-incident-mgmt-itil.xml | 2 +- .../module.itop-incident-mgmt-itil.php | 8 ++++---- .../datamodel.itop-request-mgmt-itil.xml | 2 +- .../module.itop-request-mgmt-itil.php | 6 +++--- .../2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml | 2 +- .../2.x/itop-request-mgmt/module.itop-request-mgmt.php | 6 +++--- .../2.x/itop-storage-mgmt/datamodel.itop-storage-mgmt.xml | 2 +- .../2.x/itop-storage-mgmt/module.itop-storage-mgmt.php | 6 +++--- datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml | 2 +- datamodels/2.x/itop-tickets/module.itop-tickets.php | 4 ++-- .../datamodel.itop-virtualization-mgmt.xml | 2 +- .../module.itop-virtualization-mgmt.php | 6 +++--- readme.txt | 4 ++-- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml index e32fb170e..c4f47f89f 100755 --- a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml +++ b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml @@ -1,5 +1,5 @@ - + cmdbAbstractObject diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index 20c8f1837..8d9790dbe 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-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-config-mgmt/2.3.0', + 'itop-config-mgmt/2.4.0', array( // Identification // 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 44497597f..40cd79511 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 7532e8824..2c13258a2 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.3.0', + 'itop-incident-mgmt-itil/2.4.0', array( // Identification // @@ -13,9 +13,9 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.3.0', - 'itop-profiles-itil/1.0.0', + 'itop-config-mgmt/2.4.0', + 'itop-tickets/2.4.0', + 'itop-profiles-itil/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 e26543c72..481e17306 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 cfcaab915..a1fb0fbe1 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.3.0', + 'itop-request-mgmt-itil/2.4.0', array( // Identification // @@ -13,8 +13,8 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.3.0', + 'itop-config-mgmt/2.4.0', + 'itop-tickets/2.4.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 677b5bcfc..ffd543b6a 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 49d1e4ae0..d0242a9bf 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.3.0', + 'itop-request-mgmt/2.4.0', array( // Identification // @@ -13,8 +13,8 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-config-mgmt/2.2.0', - 'itop-tickets/2.3.0', + 'itop-config-mgmt/2.4.0', + 'itop-tickets/2.4.0', ), 'mandatory' => false, 'visible' => true, diff --git a/datamodels/2.x/itop-storage-mgmt/datamodel.itop-storage-mgmt.xml b/datamodels/2.x/itop-storage-mgmt/datamodel.itop-storage-mgmt.xml index 07107abfc..e8861e40e 100644 --- a/datamodels/2.x/itop-storage-mgmt/datamodel.itop-storage-mgmt.xml +++ b/datamodels/2.x/itop-storage-mgmt/datamodel.itop-storage-mgmt.xml @@ -1,5 +1,5 @@ - + DatacenterDevice diff --git a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php index 15d0fe411..f45d1b88f 100644 --- a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php @@ -1,5 +1,5 @@ array( - 'itop-config-mgmt/2.2.0' + 'itop-config-mgmt/2.4.0' ), 'mandatory' => false, 'visible' => true, diff --git a/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml b/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml index 0ff9a9b56..f2855656b 100755 --- a/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml +++ b/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml @@ -1,5 +1,5 @@ - + service_id AND sc.org_id = :this->org_id AND slt.request_type = :request_type AND slt.priority = :this->priority]]> diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index 41cdaa3e9..9be368785 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.3.0', + 'itop-tickets/2.4.0', array( // Identification // @@ -13,7 +13,7 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-config-mgmt/2.2.0', + 'itop-config-mgmt/2.4.0', ), 'mandatory' => true, 'visible' => false, diff --git a/datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml b/datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml index efecd8b81..e439375bc 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml +++ b/datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml @@ -1,5 +1,5 @@ - + FunctionalCI diff --git a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php index a269ca7b1..6dde7528b 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php +++ b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php @@ -1,5 +1,5 @@ array( - 'itop-config-mgmt/2.2.0' + 'itop-config-mgmt/2.4.0' ), 'mandatory' => false, 'visible' => true, diff --git a/readme.txt b/readme.txt index 1cae9fe3e..aed72543f 100644 --- a/readme.txt +++ b/readme.txt @@ -54,8 +54,8 @@ Lifecycle Lifecycle was enriched with the possibility to define flags on transition. It was possible to define actions during a transition. -Now, you can force a field to be changed or documented during a particular transion. -For example on Ticket "caller must be changed during re-assign" and at the same time, +Now, you can force a field to be changed or documented during a particular transition. +For example on Ticket "agent must be changed during re-assign" and at the same time, be "read-only in the assigned state" and "not prompted during a reopen". Enhanced portal