mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
🐛 Fix XML was not recognized by setup
Move license comment underneath itop_design node
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
|
||||
<!--
|
||||
@copyright Copyright (C) 2010-2019 Combodo SARL
|
||||
@license https://www.combodo.com/documentation/combodo-software-license.html
|
||||
-->
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.3">
|
||||
<classes>
|
||||
<class id="ExpirationRule" _delta="define">
|
||||
<parent>cmdbAbstractObject</parent>
|
||||
@@ -29,12 +29,12 @@
|
||||
<default_value/>
|
||||
<is_null_allowed>false</is_null_allowed>
|
||||
</field>
|
||||
<field id="description" xsi:type="AttributeText">
|
||||
<sql>description</sql>
|
||||
<default_value/>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
<format>html</format>
|
||||
</field>
|
||||
<field id="description" xsi:type="AttributeText">
|
||||
<sql>description</sql>
|
||||
<default_value/>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
<format>html</format>
|
||||
</field>
|
||||
<field id="class" xsi:type="AttributeString">
|
||||
<sql>class</sql>
|
||||
<default_value/>
|
||||
@@ -286,7 +286,7 @@
|
||||
$oBlock->Display($oPage, 'rel_preview_rule_'.$this->GetKey(), $aParams);
|
||||
}]]></code>
|
||||
</method>
|
||||
</methods>
|
||||
</methods>
|
||||
<presentation>
|
||||
<list>
|
||||
<items>
|
||||
|
||||
Reference in New Issue
Block a user