[Rt-commit] r17334 - in rt/3.8/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Dec 24 14:23:07 EST 2008


Author: jesse
Date: Wed Dec 24 14:23:07 2008
New Revision: 17334

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/lib/RT/Action/CreateTickets.pm

Log:
 r56239 at 173-114-53-99:  jesse | 2008-12-24 14:19:20 -0500
 * Get CreateTickets to pass 'SquelchMailTo' up to Ticket creation


Modified: rt/3.8/trunk/lib/RT/Action/CreateTickets.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Action/CreateTickets.pm	(original)
+++ rt/3.8/trunk/lib/RT/Action/CreateTickets.pm	Wed Dec 24 14:23:07 2008
@@ -762,6 +762,7 @@
         TimeLeft        => $args{'timeleft'},
         InitialPriority => $args{'initialpriority'} || 0,
         FinalPriority   => $args{'finalpriority'} || 0,
+        SquelchMailTo   => $args{'squelchmailto'},
         Type            => $args{'type'},
     );
 


More information about the Rt-commit mailing list