[Rt-commit] r12041 - rtir/branches/2.3-EXPERIMENTAL/etc

ruz at bestpractical.com ruz at bestpractical.com
Sun May 4 07:54:55 EDT 2008


Author: ruz
Date: Sun May  4 07:54:54 2008
New Revision: 12041

Modified:
   rtir/branches/2.3-EXPERIMENTAL/etc/initialdata

Log:
* MaxValues of response CF should be 1 instead of unlimitted

Modified: rtir/branches/2.3-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/initialdata	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/initialdata	Sun May  4 07:54:54 2008
@@ -835,6 +835,7 @@
         my ($id, $msg) = $response->Create(
             Name => 'Response',
             Type => 'Text',
+            MaxValues => 1,
             Description => 'Response to be inserted into the ticket',
             LookupType => RT::FM::Article->CustomFieldLookupType,
         );


More information about the Rt-commit mailing list