mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +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>
|
||||
</method>
|
||||
</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 id="ApplicationSolution" _delta="define">
|
||||
<parent>FunctionalCI</parent>
|
||||
|
||||
@@ -901,6 +901,18 @@
|
||||
</list>
|
||||
</presentation>
|
||||
</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>
|
||||
<menus>
|
||||
<menu id="ConfigManagementOverview" xsi:type="DashboardMenuNode" _delta="must_exist">
|
||||
|
||||
Reference in New Issue
Block a user