[Rt-commit] r20048 - rtir/2.5/trunk/etc
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jun 25 03:47:03 EDT 2009
Author: sunnavy
Date: Thu Jun 25 03:47:02 2009
New Revision: 20048
Modified:
rtir/2.5/trunk/etc/RTIR_Config.pm
Log:
rename cf keys with spaces
Modified: rtir/2.5/trunk/etc/RTIR_Config.pm
==============================================================================
--- rtir/2.5/trunk/etc/RTIR_Config.pm (original)
+++ rtir/2.5/trunk/etc/RTIR_Config.pm Thu Jun 25 03:47:02 2009
@@ -54,21 +54,22 @@
# Set the defaults for RTIR custom fields
# default values are case-sensitive
-Set( %RTIR_CustomFieldsDefaults,
+Set(
+ %RTIR_CustomFieldsDefaults,
SLA => {
- InHours => 'Full service',
+ InHours => 'Full service',
OutOfHours => 'Full service: out of hours',
},
- HowReported => "",
- ReporterType => "",
- IP => "",
- Netmask => "",
- Port => "",
- WhereBlocked => "",
- Function => "",
- Classification => "",
- Description => "",
- Resolution => {
+ 'How Reported' => "",
+ 'Reporter Type' => "",
+ IP => "",
+ Netmask => "",
+ Port => "",
+ 'Where Blocked' => "",
+ Function => "",
+ Classification => "",
+ Description => "",
+ Resolution => {
resolved => "successfully resolved",
rejected => "no resolution reached",
},
More information about the Rt-commit
mailing list