mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Impact analysis: migration to XML, bug fix for Server <=> Hypervisor
SVN:trunk[3563]
This commit is contained in:
@@ -901,11 +901,11 @@
|
|||||||
</list>
|
</list>
|
||||||
</presentation>
|
</presentation>
|
||||||
</class>
|
</class>
|
||||||
<class id="Server" _delta="merge">
|
<class id="Server">
|
||||||
<relations>
|
<relations>
|
||||||
<relation id="impacts">
|
<relation id="impacts">
|
||||||
<neighbours>
|
<neighbours>
|
||||||
<neighbour id="hypervisor">
|
<neighbour id="hypervisor" _delta="define">
|
||||||
<query_down>SELECT Hypervisor AS o WHERE o.server_id = :this->id</query_down>
|
<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>
|
<query_up>SELECT Server AS o WHERE o.id = :this->server_id</query_up>
|
||||||
</neighbour>
|
</neighbour>
|
||||||
|
|||||||
Reference in New Issue
Block a user