Browse Source

Customer portal: adjusted the versions of the recently updated module (inc. the XML format version raised to 1.3)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4055 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 years ago
parent
commit
4213583ec8

+ 2 - 2
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

+ 1 - 1
datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">
+<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
 	<constants>
 		<constant id="PORTAL_TYPE_TO_CLASS" xsi:type="string" _delta="redefine"><![CDATA[{"service_request":"UserRequest","incident":"Incident"}]]></constant>
 		<constant id="PORTAL_INCIDENT_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant>

+ 2 - 2
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,

+ 1 - 1
datamodels/2.x/itop-knownerror-mgmt/datamodel.itop-knownerror-mgmt.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">
+<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
   <classes>
     <class id="KnownError" _delta="define">
       <parent>cmdbAbstractObject</parent>

+ 2 - 2
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,

+ 1 - 1
datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">
+<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
 	<constants>
 		<constant id="PORTAL_TYPE_TO_CLASS" xsi:type="string" _delta="redefine"><![CDATA[{"service_request":"UserRequest","incident":"Incident"}]]></constant>
 		<constant id="PORTAL_USERREQUEST_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant>

+ 2 - 2
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,

+ 1 - 1
datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2">
+<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
 	<constants>
 		<constant id="PORTAL_USERREQUEST_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant>
 		<constant id="PORTAL_USERREQUEST_USER_COMMENT" xsi:type="string" _delta="define"><![CDATA[user_comment]]></constant>

+ 2 - 2
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,

+ 1 - 1
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
 		//