[Rt-commit] [rtir] 02/09: /Elements/GnuPG moved to /Elements/Crypt

Kevin Falcone falcone at bestpractical.com
Mon Apr 14 12:57:23 EDT 2014


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

falcone pushed a commit to branch 3.2/incident-investigation-updates
in repository rtir.

commit a991232200589129d59486e4129eba7ff84fa9d0
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 7 16:02:35 2014 -0500

    /Elements/GnuPG moved to /Elements/Crypt
---
 html/RTIR/Incident/Create.html      | 10 +++++-----
 html/RTIR/Incident/Reply/index.html |  8 ++++----
 html/RTIR/Update.html               |  8 ++++----
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 9f11a67..2c722df 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -81,7 +81,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 % }
 <a name="top"></a>
 
-<& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+<& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
 
 <div id="ticket-create-incident">
 <a name="incident"></a>
@@ -173,7 +173,7 @@ if ( $ChildObj && !$ChildObj->CurrentUserHasRight('ModifyTicket') ) {
 
 % if ( $gnupg_widget ) {
 <tr><td> </td><td>
-<& /Elements/GnuPG/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>
+<& /Elements/Crypt/SignEncryptWidget, self => $gnupg_widget, QueueObj => $QueueObj &>
 </td></tr>
 % }
 
@@ -313,16 +313,16 @@ $m->comp( '/RTIR/Create.html:ProcessAttachments', %ARGS );
 my $checks_failure = 0;
 
 my $gnupg_widget = $m->comp(
-    '/Elements/GnuPG/SignEncryptWidget:new',
+    '/Elements/Crypt/SignEncryptWidget:new',
     Arguments => \%ARGS
 );
-$m->comp( '/Elements/GnuPG/SignEncryptWidget:Process',
+$m->comp( '/Elements/Crypt/SignEncryptWidget:Process',
     self      => $gnupg_widget,
     QueueObj  => $QueueObj,
 );
 
 if ( $CreateIncident && $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,
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index ca3253d..6fe7bf8 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -63,7 +63,7 @@
 <input type="hidden" name="All" value="<% $All %>" />
 <input type="hidden" name="Query" value="<% $Query %>" />
 
-<& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+<& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
 
 <h2><&|/l&>Reporters</&></h2>
 <& /RTIR/Search/Elements/ShowResults,
@@ -136,8 +136,8 @@ $m->comp( '/RTIR/Create.html:ProcessAttachments', %ARGS );
 
 my $checks_failure = 0;
 
-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 => $IncidentObj->QueueObj,
 );
@@ -155,7 +155,7 @@ foreach my $id( @SelectedReports, @SelectedInvestigations, @SelectedBlocks ) {
 
 if ( $SubmitTicket && $gnupg_widget ) {
     foreach my $Ticket ( @selected_children ) {
-        my $status = $m->comp('/Elements/GnuPG/SignEncryptWidget:Check',
+        my $status = $m->comp('/Elements/Crypt/SignEncryptWidget:Check',
             self      => $gnupg_widget,
             TicketObj => $Ticket,
         );
diff --git a/html/RTIR/Update.html b/html/RTIR/Update.html
index 3025b85..93dab22 100644
--- a/html/RTIR/Update.html
+++ b/html/RTIR/Update.html
@@ -58,7 +58,7 @@
 <input type="hidden" name="Action" value="<% $Action || '' %>" />
 <input type="hidden" name="TakeOrStealFirst" value="<% $ARGS{TakeOrStealFirst} || '' %>" />
 
-<& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+<& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
 
 <div id="ticket-update-metadata">
 <&|/Widgets/TitleBox, title => loc('Ticket and Transaction') &>
@@ -186,13 +186,13 @@ $m->comp( '/RTIR/Create.html:ProcessAttachments', %ARGS );
 
 my (@results, $checks_failure);
 
-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,
     TicketObj => $Ticket,
 );
 if ( $SubmitTicket ) {
-    my $status = $m->comp('/Elements/GnuPG/SignEncryptWidget:Check',
+    my $status = $m->comp('/Elements/Crypt/SignEncryptWidget:Check',
         self      => $gnupg_widget,
         TicketObj => $Ticket,
     );

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


More information about the rt-commit mailing list