[Rt-commit] [svn] r1033 - rt/branches/rt-3.3/lib/RT/Interface

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Tue Jun 8 14:26:19 EDT 2004


Author: leira
Date: Tue Jun  8 14:26:18 2004
New Revision: 1033

Modified:
   rt/branches/rt-3.3/lib/RT/Interface/Web.pm
Log:
Pass along 'Type' argument in CreateTickets (replicates a patch that was applied to 3.1, but needed for a customer in this branch now).


Modified: rt/branches/rt-3.3/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Interface/Web.pm	Tue Jun  8 14:26:18 2004
@@ -319,6 +319,7 @@
     }
 
     my %create_args = (
+        Type            => $ARGS{'Type'} || 'ticket',
         Queue           => $ARGS{'Queue'},
         Owner           => $ARGS{'Owner'},
         InitialPriority => $ARGS{'InitialPriority'},


More information about the Rt-commit mailing list