[Rt-commit] r4868 - in rtir/branches/1.9-EXPERIMENTAL: etc

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Mar 29 13:40:29 EST 2006


Author: alexmv
Date: Wed Mar 29 13:40:29 2006
New Revision: 4868

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/etc/initialdata

Log:
 r11947 at zoq-fot-pik:  chmrr | 2006-03-29 13:40:17 -0500
  * One CF for the _RTIR_Customer


Modified: rtir/branches/1.9-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/initialdata	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/initialdata	Wed Mar 29 13:40:29 2006
@@ -302,18 +302,10 @@
     {
         Name        => '_RTIR_Customer',
         Type        => 'SelectMultiple',
-        Queue       => 'Incident Reports',
+        Queue       => ['Incident Reports', 'Investigations'],
         Disabled    => 0,
         Values      => [ ],
-        Description => 'Customer for Incident Reports RTIR queue',
-    },
-    {
-        Name        => '_RTIR_Customer',
-        Type        => 'SelectSingle',
-        Queue       => 'Investigations',
-        Disabled    => 0,
-        Values      => [ ],
-        Description => 'Customer for Investigations RTIR queue',
+        Description => 'Customer for Incident Reports and Investigations RTIR queues',
     },
 );
 


More information about the Rt-commit mailing list