mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Impact analysis enhancement:
- Some of the "context" rules are marked as "default=yes" - Only the "default" context rules are used for the initial display of the impact analysis graph AND are used to compute the impacted items of a ticket. SVN:trunk[3713]
This commit is contained in:
@@ -1755,6 +1755,7 @@
|
||||
<oql><![CDATA[SELECT FCI, I FROM FunctionalCI AS FCI JOIN lnkFunctionalCIToTicket AS L ON L.functionalci_id = FCI.id JOIN Incident AS I ON L.ticket_id = I.id WHERE (I.status NOT IN ('closed', 'resolved')) AND (L.impact_code != 'not_impacted') AND (I.id != :this->id)]]></oql>
|
||||
<dict>Tickets:Related:OpenIncidents</dict>
|
||||
<icon>itop-incident-mgmt-itil/images/incident-red.png</icon>
|
||||
<default>yes</default>
|
||||
</item>
|
||||
</items>
|
||||
</down>
|
||||
@@ -1768,6 +1769,7 @@
|
||||
<oql><![CDATA[SELECT FCI, I FROM FunctionalCI AS FCI JOIN lnkFunctionalCIToTicket AS L ON L.functionalci_id = FCI.id JOIN Incident AS I ON L.ticket_id = I.id WHERE (I.status NOT IN ('closed', 'resolved')) AND (L.impact_code != 'not_impacted') AND (I.id != :this->id)]]></oql>
|
||||
<dict>Tickets:Related:OpenIncidents</dict>
|
||||
<icon>itop-incident-mgmt-itil/images/incident-red.png</icon>
|
||||
<default>yes</default>
|
||||
</item>
|
||||
</items>
|
||||
</down>
|
||||
@@ -1781,6 +1783,7 @@
|
||||
<oql><![CDATA[SELECT FCI, I FROM FunctionalCI AS FCI JOIN lnkFunctionalCIToTicket AS L ON L.functionalci_id = FCI.id JOIN Incident AS I ON L.ticket_id = I.id WHERE (I.status NOT IN ('closed', 'resolved')) AND (L.impact_code != 'not_impacted') AND (I.id != :this->id)]]></oql>
|
||||
<dict>Tickets:Related:OpenIncidents</dict>
|
||||
<icon>itop-incident-mgmt-itil/images/incident-red.png</icon>
|
||||
<default>yes</default>
|
||||
</item>
|
||||
</items>
|
||||
</down>
|
||||
@@ -1798,6 +1801,7 @@
|
||||
<oql><![CDATA[SELECT FCI, I FROM FunctionalCI AS FCI JOIN lnkFunctionalCIToTicket AS L ON L.functionalci_id = FCI.id JOIN Incident AS I ON L.ticket_id = I.id WHERE (I.status NOT IN ('closed', 'resolved')) AND (L.impact_code != 'not_impacted')]]></oql>
|
||||
<dict>Tickets:Related:OpenIncidents</dict>
|
||||
<icon>itop-incident-mgmt-itil/images/incident-red.png</icon>
|
||||
<default>yes</default>
|
||||
</item>
|
||||
</items>
|
||||
</down>
|
||||
@@ -1807,6 +1811,7 @@
|
||||
<oql><![CDATA[SELECT FCI, I FROM FunctionalCI AS FCI JOIN lnkFunctionalCIToTicket AS L ON L.functionalci_id = FCI.id JOIN Incident AS I ON L.ticket_id = I.id WHERE (I.status NOT IN ('closed', 'resolved')) AND (L.impact_code != 'not_impacted')]]></oql>
|
||||
<dict>Tickets:Related:OpenIncidents</dict>
|
||||
<icon>itop-incident-mgmt-itil/images/incident-red.png</icon>
|
||||
<default>yes</default>
|
||||
</item>
|
||||
</items>
|
||||
</up>
|
||||
|
||||
Reference in New Issue
Block a user