mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
SetupWebPage::AddModule(
|
SetupWebPage::AddModule(
|
||||||
__FILE__,
|
__FILE__,
|
||||||
'itop-tickets/2.2.0',
|
'itop-tickets/2.3.0',
|
||||||
array(
|
array(
|
||||||
// Identification
|
// Identification
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user