[Rt-commit] [rtir] 10/11: GnuPG code moved to /Elements/Crypt
Jim Brandt
jbrandt at bestpractical.com
Thu Mar 20 16:35:46 EDT 2014
This is an automated email from the git hooks/post-receive script.
jbrandt pushed a commit to branch 3.2/incident-investigation-updates
in repository rtir.
commit e955eaf092d1b5adbaa9339a5437bf7434da929e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 17 16:07:29 2014 -0400
GnuPG code moved to /Elements/Crypt
---
html/RTIR/Incident/Reply/index.html | 8 ++++----
html/RTIR/Update.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
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