[Rt-commit] r9838 - rt/branches/3.7-RTIR-RELENG/html/Ticket

ruz at bestpractical.com ruz at bestpractical.com
Fri Dec 7 10:00:28 EST 2007


Author: ruz
Date: Fri Dec  7 10:00:26 2007
New Revision: 9838

Modified:
   rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html

Log:
* integrate SignUsing

Modified: rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/Ticket/Create.html	Fri Dec  7 10:00:26 2007
@@ -334,7 +334,8 @@
 
     # check to see if we have a good passphrase
     if ( $ARGS{'Sign'} ) {
-        my $address = $QueueObj->CorrespondAddress
+        my $address = $ARGS{'SignUsing'}
+            || $QueueObj->CorrespondAddress
             || RT->Config->Get('CorrespondAddress');
         unless ( RT::Crypt::GnuPG::DrySign($address, "x") ) {
             push @cannot_sign_as, $address;


More information about the Rt-commit mailing list