瀏覽代碼

update Case for incident management menu
add transition to escalated ttr

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2516 a333f486-631f-4898-b8df-5754b55c2be0

etaloc 12 年之前
父節點
當前提交
842a3fa998

+ 45 - 1
datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml

@@ -656,6 +656,11 @@
                 <actions/>
               </transition>
               <transition>
+                <stimulus>ev_timeout</stimulus>
+                <target>escalated_ttr</target>
+                <actions/>
+              </transition>
+              <transition>
                 <stimulus>ev_autoresolve</stimulus>
                 <target>resolved</target>
                 <actions>
@@ -741,7 +746,46 @@
                 <hidden/>
               </attribute>
             </flags>
-            <transitions/>
+            <transitions>
+              <transition>
+                <stimulus>ev_pending</stimulus>
+                <target>pending</target>
+                <actions>
+                  <action>
+                    <verb>SetLastPendingDate</verb>
+                  </action>
+                </actions>
+              </transition>
+              <transition>
+                <stimulus>ev_resolve</stimulus>
+                <target>resolved</target>
+                <actions>
+                  <action>
+                    <verb>SetResolveDate</verb>
+                  </action>
+                  <action>
+                    <verb>resolveChilds</verb>
+                  </action>
+                </actions>
+              </transition>
+              <transition>
+                <stimulus>ev_reassign</stimulus>
+                <target>assigned</target>
+                <actions/>
+              </transition>
+              <transition>
+                <stimulus>ev_autoresolve</stimulus>
+                <target>resolved</target>
+                <actions>
+                  <action>
+                    <verb>SetResolveDate</verb>
+                  </action>
+                  <action>
+                    <verb>resolveChilds</verb>
+                  </action>
+                </actions>
+              </transition>
+            </transitions>
           </state>
           <state id="pending">
             <flags>

+ 8 - 8
datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php

@@ -29,18 +29,18 @@ Dict::Add('EN US', 'English', 'English', array(
 	'Menu:IncidentManagement+' => 'Incident Management',
 	'Menu:Incident:Overview' => 'Overview',
 	'Menu:Incident:Overview+' => 'Overview',
-	'Menu:NewIncident' => 'New Incident',
-	'Menu:NewIncident+' => 'Create a new Incident ticket',
-	'Menu:SearchIncidents' => 'Search for Incidents',
-	'Menu:SearchIncidents+' => 'Search for Incident tickets',
+	'Menu:NewIncident' => 'New incident',
+	'Menu:NewIncident+' => 'Create a new incident ticket',
+	'Menu:SearchIncidents' => 'Search for incidents',
+	'Menu:SearchIncidents+' => 'Search for incident tickets',
 	'Menu:Incident:Shortcuts' => 'Shortcuts',
 	'Menu:Incident:Shortcuts+' => '',
 	'Menu:Incident:MyIncidents' => 'Incidents assigned to me',
 	'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)',
-	'Menu:Incident:EscalatedIncidents' => 'Escalated Incidents',
-	'Menu:Incident:EscalatedIncidents+' => 'Escalated Incidents',
-	'Menu:Incident:OpenIncidents' => 'All Open Incidents',
-	'Menu:Incident:OpenIncidents+' => 'All Open Incidents',
+	'Menu:Incident:EscalatedIncidents' => 'Escalated incidents',
+	'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents',
+	'Menu:Incident:OpenIncidents' => 'All open incidents',
+	'Menu:Incident:OpenIncidents+' => 'All open incidents',
 	'Menu:Incident:UnassignedIncidents' => 'Incidents not yet assigned',
 	'Menu:Incident:UnassignedIncidents+' => 'Incidents not yet assigned',
 	'Menu:Incident:HelpdeskIncidents' => 'Incidents assigned to Level2',

+ 1 - 1
datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php

@@ -200,7 +200,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
 	'Menu:IncidentManagement+' => 'Gestion des incidents',
 	'Menu:Incident:Overview' => 'Vue d\'ensemble',
 	'Menu:Incident:Overview+' => 'Vue d\'ensemble',
-	'Menu:NewIncident' => 'Nouvel Incident',
+	'Menu:NewIncident' => 'Nouvel incident',
 	'Menu:NewIncident+' => 'Créer un nouveau ticket d\'incident',
 	'Menu:SearchIncidents' => 'Rechercher des incidents',
 	'Menu:SearchIncidents+' => 'Rechercher parmi les tickets d\'incidents',