N°5968 - Add structural data for Brand, OSFamily and OSVersion

Change path and correct osversion id
This commit is contained in:
BenGrenoble
2023-02-09 11:32:57 +01:00
parent f6bd380ad0
commit 3a931ff79e
4 changed files with 4 additions and 23 deletions

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension format="1.0">
<extension_code>itop-bridge-cmdb-services</extension_code>
<version>1.0.0</version>
<label><![CDATA[Bridge for CMDB and Services]]></label>
<description><![CDATA[This module adds lnk between classes brought by CMDB and Services]]></description>
<mandatory>false</mandatory>
<more_info_url></more_info_url>
</extension>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension format="1.0">
<extension_code>itop-bridge-cmdb-ticket</extension_code>
<version>1.0.0</version>
<label><![CDATA[Bridge for CMDB and Ticket]]></label>
<description><![CDATA[This module adds lnk between classes brought by CMDB and Ticket]]></description>
<mandatory>false</mandatory>
<more_info_url></more_info_url>
</extension>

View File

@@ -103,7 +103,7 @@
<finalclass>OS Version</finalclass>
<friendlyname>9.1</friendlyname>
</OSVersion>
<OSVersion alias="OSVersion" id="140">
<OSVersion alias="OSVersion" id="14">
<name>Roling release</name>
<osfamily_id>1</osfamily_id>
<osfamily_id_friendlyname>Arch</osfamily_id_friendlyname>

View File

@@ -26,9 +26,9 @@ SetupWebPage::AddModule(
'main.itop-config-mgmt.php',
),
'data.struct' => array(
'./data/en_us.data.itop-brand.xml',
'./data/en_us.data.itop-osfamily.xml',
'./data/en_us.data.itop-osversion.xml',
'data/en_us.data.itop-brand.xml',
'data/en_us.data.itop-osfamily.xml',
'data/en_us.data.itop-osversion.xml',
),
'data.sample' => array(
'data.sample.model.xml',
@@ -44,7 +44,6 @@ SetupWebPage::AddModule(
'data.sample.webapp.xml',
'data.sample.applications.xml',
'data.sample.applicationsolutionci.xml',
),
// Documentation