mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
XML Modelization of the relations: XML definition moved so as to allow a minimal installation (no virtualization)
SVN:trunk[3557]
This commit is contained in:
@@ -2758,16 +2758,6 @@
|
|||||||
<code><![CDATA[ public static function GetRelationQueries($sRelCode){return parent::GetRelationQueries($sRelCode);} ]]></code>
|
<code><![CDATA[ public static function GetRelationQueries($sRelCode){return parent::GetRelationQueries($sRelCode);} ]]></code>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
<relations>
|
|
||||||
<relation id="impacts">
|
|
||||||
<neighbours>
|
|
||||||
<neighbour id="hypervisor">
|
|
||||||
<query_down>SELECT Hypervisor AS o WHERE o.server_id = :this->id</query_down>
|
|
||||||
<query_up>SELECT Server AS o WHERE o.id = :this->server_id</query_up>
|
|
||||||
</neighbour>
|
|
||||||
</neighbours>
|
|
||||||
</relation>
|
|
||||||
</relations>
|
|
||||||
</class>
|
</class>
|
||||||
<class id="ApplicationSolution" _delta="define">
|
<class id="ApplicationSolution" _delta="define">
|
||||||
<parent>FunctionalCI</parent>
|
<parent>FunctionalCI</parent>
|
||||||
|
|||||||
@@ -901,6 +901,18 @@
|
|||||||
</list>
|
</list>
|
||||||
</presentation>
|
</presentation>
|
||||||
</class>
|
</class>
|
||||||
|
<class id="Server" _delta="merge">
|
||||||
|
<relations>
|
||||||
|
<relation id="impacts">
|
||||||
|
<neighbours>
|
||||||
|
<neighbour id="hypervisor">
|
||||||
|
<query_down>SELECT Hypervisor AS o WHERE o.server_id = :this->id</query_down>
|
||||||
|
<query_up>SELECT Server AS o WHERE o.id = :this->server_id</query_up>
|
||||||
|
</neighbour>
|
||||||
|
</neighbours>
|
||||||
|
</relation>
|
||||||
|
</relations>
|
||||||
|
</class>
|
||||||
</classes>
|
</classes>
|
||||||
<menus>
|
<menus>
|
||||||
<menu id="ConfigManagementOverview" xsi:type="DashboardMenuNode" _delta="must_exist">
|
<menu id="ConfigManagementOverview" xsi:type="DashboardMenuNode" _delta="must_exist">
|
||||||
|
|||||||
Reference in New Issue
Block a user