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

Jim Brandt jbrandt at bestpractical.com
Thu Mar 20 16:35:45 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 a7e91ae1939fec5a93210c834b847cd445402f37
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 +++++-----
 1 file changed, 5 insertions(+), 5 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,

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


More information about the rt-commit mailing list