mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
- Migration of the XML files to the version 1.1 of the XML schema.
- Refactoring of the "state flags" definitions to take advantage of the "inherit_flags_from" capability available in the new XML schema. SVN:trunk[3363]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1">
|
||||
<classes>
|
||||
<class id="KnownError" _delta="define">
|
||||
<parent>cmdbAbstractObject</parent>
|
||||
@@ -81,10 +81,10 @@
|
||||
</field>
|
||||
<field id="domain" xsi:type="AttributeEnum">
|
||||
<values>
|
||||
<value>Network</value>
|
||||
<value>Server</value>
|
||||
<value>Application</value>
|
||||
<value>Desktop</value>
|
||||
<value id="Network">Network</value>
|
||||
<value id="Server">Server</value>
|
||||
<value id="Application">Application</value>
|
||||
<value id="Desktop">Desktop</value>
|
||||
</values>
|
||||
<sql>domain</sql>
|
||||
<default_value>Application</default_value>
|
||||
@@ -573,7 +573,7 @@
|
||||
<menu id="Problem:Shortcuts" xsi:type="TemplateMenuNode" _delta="define_if_not_exists">
|
||||
<rank>5</rank>
|
||||
<parent>ProblemManagement</parent>
|
||||
<template_file />
|
||||
<template_file/>
|
||||
</menu>
|
||||
<menu id="NewError" xsi:type="NewObjectMenuNode" _delta="define">
|
||||
<rank>3</rank>
|
||||
|
||||
Reference in New Issue
Block a user