[Rt-commit] r6162 - in rtir/branches/2.0-TESTING/etc/upgrade: 1.9.0

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 4 18:46:19 EDT 2006


Author: ruz
Date: Wed Oct  4 18:46:18 2006
New Revision: 6162

Modified:
   rtir/branches/2.0-TESTING/etc/upgrade/1.1.3/content
   rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content

Log:
* minor upgrade scripts changes

Modified: rtir/branches/2.0-TESTING/etc/upgrade/1.1.3/content
==============================================================================
--- rtir/branches/2.0-TESTING/etc/upgrade/1.1.3/content	(original)
+++ rtir/branches/2.0-TESTING/etc/upgrade/1.1.3/content	Wed Oct  4 18:46:18 2006
@@ -14,7 +14,7 @@
 @ScripConditions = (
 
     {  Name        => 'RTIR Require Due Change',    # loc
-       Description => 'A ticket requires a state change' ,                                            # loc
+       Description => 'The due date of the parent incident must be changed' ,                                            # loc
        ApplicableTransTypes => 'Any',
        ExecModule => 'RTIR_RequireDueChange',
     },

Modified: rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content
==============================================================================
--- rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content	(original)
+++ rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content	Wed Oct  4 18:46:18 2006
@@ -49,6 +49,7 @@
 @CustomFields = (
     {
         Name        => '_RTIR_Resolution',
+        Description => 'Resolution for Incidents RTIR queue',
         Type        => 'SelectSingle',
         Disabled    => 0,
         Queue       => 'Incidents',
@@ -69,6 +70,7 @@
     },
     {
         Name        => '_RTIR_Customer',
+        Description => 'Customer for Incident Reports RTIR queue',
         Type        => 'SelectMultiple',
         Queue       => 'Incident Reports',
         Disabled    => 0,
@@ -76,6 +78,7 @@
     },
     {
         Name        => '_RTIR_Customer',
+        Description => 'Customer for Investigations RTIR queue',
         Type        => 'SelectSingle',
         Queue       => 'Investigations',
         Disabled    => 0,


More information about the Rt-commit mailing list