[Rt-commit] r6291 - in rtir/branches/2.1-EXPERIMENTAL: .
etc/upgrade/1.1.3
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 25 07:46:23 EDT 2006
Author: ruz
Date: Wed Oct 25 07:46:22 2006
New Revision: 6291
Modified:
rtir/branches/2.1-EXPERIMENTAL/ (props changed)
rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.1.3/content
rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content
Log:
r1698 at cubic-pc (orig r6162): ruz | 2006-10-05 02:46:18 +0400
* minor upgrade scripts changes
Modified: rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.1.3/content
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.1.3/content (original)
+++ rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.1.3/content Wed Oct 25 07:46:22 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.1-EXPERIMENTAL/etc/upgrade/1.9.0/content
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content (original)
+++ rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content Wed Oct 25 07:46:22 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