[Rt-commit] r4874 - in rtir/branches/1.9-EXPERIMENTAL: etc
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Mar 29 16:11:34 EST 2006
Author: alexmv
Date: Wed Mar 29 16:11:34 2006
New Revision: 4874
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/etc/initialdata
Log:
r11958 at zoq-fot-pik: chmrr | 2006-03-29 16:11:24 -0500
* Revert r4868 -- the Customer CFs are different types (SelectSingle
vs SelectMultiple)
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 16:11:34 2006
@@ -302,10 +302,18 @@
{
Name => '_RTIR_Customer',
Type => 'SelectMultiple',
- Queue => ['Incident Reports', 'Investigations'],
+ Queue => 'Incident Reports',
Disabled => 0,
Values => [ ],
- Description => 'Customer for Incident Reports and Investigations RTIR queues',
+ Description => 'Customer for Incident Reports RTIR queue',
+ },
+ {
+ Name => '_RTIR_Customer',
+ Type => 'SelectSingle',
+ Queue => 'Investigations',
+ Disabled => 0,
+ Values => [ ],
+ Description => 'Customer for Investigations RTIR queue',
},
);
More information about the Rt-commit
mailing list