Set Module id 2.4 and XML version 1.4

SVN:trunk[4833]
This commit is contained in:
Vincent Dumas
2017-07-12 09:19:24 +00:00
parent c039414adc
commit e72bc65df8
15 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.4">
<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>

View File

@@ -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,