[Rt-commit] r9056 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Sep 14 15:51:58 EDT 2007


Author: sartak
Date: Fri Sep 14 15:51:47 2007
New Revision: 9056

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Update.html

Log:
 r42670 at onn:  sartak | 2007-09-14 15:51:36 -0400
 Fix update action so that it actually works. Still working on the tests for create


Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Update.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Update.html	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Update.html	Fri Sep 14 15:51:47 2007
@@ -174,11 +174,11 @@
 my $checks_failure;
 
 my @gnupg_keys_issues;
-if ( $ARGS{'Create'} && $ARGS{'Encrypt'} ) {
+if ( $ARGS{'SubmitTicket'} && $ARGS{'Encrypt'} ) {
 
     my @recipients = $m->comp(
         '/Ticket/Elements/PreviewScrips:GetRecipients',
-        %ARGS
+        %ARGS, TicketObj => $Ticket
     );
 
     RT::Crypt::GnuPG::UseKeyForEncryption(


More information about the Rt-commit mailing list