mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Limit rack according to location for PDU (see track #638)
SVN:trunk[2718]
This commit is contained in:
@@ -761,6 +761,10 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<fields>
|
<fields>
|
||||||
<field id="rack_id" xsi:type="AttributeExternalKey">
|
<field id="rack_id" xsi:type="AttributeExternalKey">
|
||||||
|
<filter><![CDATA[SELECT Rack WHERE location_id= :this->location_id]]></filter>
|
||||||
|
<dependencies>
|
||||||
|
<attribute id="location_id"/>
|
||||||
|
</dependencies>
|
||||||
<sql>rack_id</sql>
|
<sql>rack_id</sql>
|
||||||
<target_class>Rack</target_class>
|
<target_class>Rack</target_class>
|
||||||
<is_null_allowed>false</is_null_allowed>
|
<is_null_allowed>false</is_null_allowed>
|
||||||
|
|||||||
Reference in New Issue
Block a user