Преглед на файлове

Remove wrong dependency to service_id on parent_request_id

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2635 a333f486-631f-4898-b8df-5754b55c2be0
etaloc преди 12 години
родител
ревизия
8c91777c7c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml

+ 0 - 1
datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml

@@ -304,7 +304,6 @@
         <field id="parent_request_id" xsi:type="AttributeExternalKey">
           <filter><![CDATA[SELECT UserRequest WHERE id != :this->id AND status NOT IN ('rejected','resolved','closed')]]></filter>
           <dependencies>
-            <attribute id="service_id"/>
           </dependencies>
           <sql>parent_request_id</sql>
           <target_class>UserRequest</target_class>