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

SVN:trunk[4055]
This commit is contained in:
Romain Quetiez
2016-05-11 12:05:03 +00:00
parent 06075805e0
commit 1018dc6e74
10 changed files with 15 additions and 15 deletions

View File

@@ -14,8 +14,8 @@ SetupWebPage::AddModule(
// Setup // Setup
// //
'dependencies' => array( 'dependencies' => array(
'itop-request-mgmt-itil/2.2.0', 'itop-request-mgmt-itil/2.3.0',
'itop-incident-mgmt-itil/2.2.0', 'itop-incident-mgmt-itil/2.3.0',
), ),
'mandatory' => false, 'mandatory' => false,
'visible' => false, // To prevent auto-install but shall not be listed in the install wizard 'visible' => false, // To prevent auto-install but shall not be listed in the install wizard

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <constants>
<constant id="PORTAL_TYPE_TO_CLASS" xsi:type="string" _delta="redefine"><![CDATA[{"service_request":"UserRequest","incident":"Incident"}]]></constant> <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> <constant id="PORTAL_INCIDENT_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant>

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule( SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file __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( array(
// Identification // Identification
// //
@@ -14,7 +14,7 @@ SetupWebPage::AddModule(
// //
'dependencies' => array( 'dependencies' => array(
'itop-config-mgmt/2.2.0', 'itop-config-mgmt/2.2.0',
'itop-tickets/2.0.0', 'itop-tickets/2.3.0',
'itop-profiles-itil/1.0.0', 'itop-profiles-itil/1.0.0',
), ),
'mandatory' => false, 'mandatory' => false,

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <classes>
<class id="KnownError" _delta="define"> <class id="KnownError" _delta="define">
<parent>cmdbAbstractObject</parent> <parent>cmdbAbstractObject</parent>

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule( SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file __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( array(
// Identification // Identification
// //
@@ -14,7 +14,7 @@ SetupWebPage::AddModule(
// //
'dependencies' => array( 'dependencies' => array(
'itop-config-mgmt/2.2.0', 'itop-config-mgmt/2.2.0',
'itop-tickets/2.0.0', 'itop-tickets/2.3.0',
), ),
'mandatory' => false, 'mandatory' => false,
'visible' => true, 'visible' => true,

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <constants>
<constant id="PORTAL_TYPE_TO_CLASS" xsi:type="string" _delta="redefine"><![CDATA[{"service_request":"UserRequest","incident":"Incident"}]]></constant> <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> <constant id="PORTAL_USERREQUEST_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant>

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule( SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file __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( array(
// Identification // Identification
// //
@@ -14,7 +14,7 @@ SetupWebPage::AddModule(
// //
'dependencies' => array( 'dependencies' => array(
'itop-config-mgmt/2.2.0', 'itop-config-mgmt/2.2.0',
'itop-tickets/2.0.0', 'itop-tickets/2.3.0',
), ),
'mandatory' => false, 'mandatory' => false,
'visible' => true, 'visible' => true,

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <constants>
<constant id="PORTAL_USERREQUEST_PUBLIC_LOG" xsi:type="string" _delta="define"><![CDATA[public_log]]></constant> <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> <constant id="PORTAL_USERREQUEST_USER_COMMENT" xsi:type="string" _delta="define"><![CDATA[user_comment]]></constant>

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule( SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file __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( array(
// Identification // Identification
// //
@@ -14,7 +14,7 @@ SetupWebPage::AddModule(
// //
'dependencies' => array( 'dependencies' => array(
'itop-config-mgmt/2.2.0', 'itop-config-mgmt/2.2.0',
'itop-tickets/2.0.0', 'itop-tickets/2.3.0',
), ),
'mandatory' => false, 'mandatory' => false,
'visible' => true, 'visible' => true,

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule( SetupWebPage::AddModule(
__FILE__, __FILE__,
'itop-tickets/2.2.0', 'itop-tickets/2.3.0',
array( array(
// Identification // Identification
// //