浏览代码

Impact analysis: migration to XML, bug fix for Server <=> Hypervisor

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3563 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 年之前
父节点
当前提交
2ff4d1d962
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml

+ 2 - 2
datamodels/2.x/itop-virtualization-mgmt/datamodel.itop-virtualization-mgmt.xml

@@ -901,11 +901,11 @@
         </list>
       </presentation>
     </class>
-    <class id="Server" _delta="merge">
+    <class id="Server">
       <relations>
         <relation id="impacts">
           <neighbours>
-            <neighbour id="hypervisor">
+            <neighbour id="hypervisor" _delta="define">
               <query_down>SELECT Hypervisor AS o WHERE o.server_id = :this-&gt;id</query_down>
               <query_up>SELECT Server AS o WHERE o.id = :this-&gt;server_id</query_up>
             </neighbour>