mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
#756: allow incidents and user request to be linked to 'closed' problems.
SVN:trunk[3028]
This commit is contained in:
@@ -287,7 +287,6 @@
|
||||
<target_attcode>ref</target_attcode>
|
||||
</field>
|
||||
<field id="parent_problem_id" xsi:type="AttributeExternalKey">
|
||||
<filter><![CDATA[SELECT Problem WHERE status != "closed"]]></filter>
|
||||
<sql>parent_problem_id</sql>
|
||||
<target_class>Problem</target_class>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
|
||||
@@ -353,7 +353,6 @@
|
||||
<target_attcode>ref</target_attcode>
|
||||
</field>
|
||||
<field id="parent_problem_id" xsi:type="AttributeExternalKey">
|
||||
<filter><![CDATA[SELECT Problem WHERE status != "closed"]]></filter>
|
||||
<sql>parent_problem_id</sql>
|
||||
<target_class>Problem</target_class>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
|
||||
@@ -343,8 +343,7 @@
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
</field>
|
||||
<field id="parent_problem_id" xsi:type="AttributeExternalKey">
|
||||
<filter><![CDATA[SELECT Problem WHERE status != "closed"]]></filter>
|
||||
<sql>parent_problem_id</sql>
|
||||
<sql>parent_problem_id</sql>
|
||||
<target_class>Problem</target_class>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
<on_target_delete>DEL_MANUAL</on_target_delete>
|
||||
|
||||
Reference in New Issue
Block a user