[Rt-commit] [rtir] 03/08: /Elements/GnuPG moved to /Elements/Crypt

Jim Brandt jbrandt at bestpractical.com
Fri Mar 7 15:04:14 EST 2014


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 3.2/get-create-working
in repository rtir.

commit f77667f8df97053ea848581e322d195e0dee5954
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 7 14:01:38 2014 -0500

    /Elements/GnuPG moved to /Elements/Crypt
---
 html/RTIR/Create.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 2cdf8b8..cd4f51d 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -73,7 +73,7 @@
 <a name="top"></a>
 
 % if ( $gnupg_widget ) {
-<& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+<& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
 % }
 
 <div id="Ticket-Create-basics">
@@ -209,7 +209,7 @@
 
 % if ( $gnupg_widget ) {
   <tr><td> </td><td class="value">
-  <& /Elements/GnuPG/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>
+  <& /Elements/Crypt/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>
   </td></tr>
 % }
 
@@ -405,13 +405,13 @@ $Subject ||= $IncidentObj[0]->Subject if @IncidentObj;
 
 push @results, $m->comp( 'SELF:ProcessAttachments', %ARGS );
 
-my $gnupg_widget = $m->comp('/Elements/GnuPG/SignEncryptWidget:new', Arguments => \%ARGS );
-$m->comp( '/Elements/GnuPG/SignEncryptWidget:Process',
+my $gnupg_widget = $m->comp('/Elements/Crypt/SignEncryptWidget:new', Arguments => \%ARGS );
+$m->comp( '/Elements/Crypt/SignEncryptWidget:Process',
     self      => $gnupg_widget,
     QueueObj  => $QueueObj,
 );
 if ( !$skip_create && $gnupg_widget ) {
-    my $status = $m->comp('/Elements/GnuPG/SignEncryptWidget:Check',
+    my $status = $m->comp('/Elements/Crypt/SignEncryptWidget:Check',
         self      => $gnupg_widget,
         Operation => 'Create',
         QueueObj  => $QueueObj,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list