[Rt-commit] rtir branch, 4.0/remove-unnecessary-gpg-use, created. 4.0.1rc1-43-gd2af0888

? sunnavy sunnavy at bestpractical.com
Wed Mar 21 17:24:00 EDT 2018


The branch, 4.0/remove-unnecessary-gpg-use has been created
        at  d2af088888308626e15e5af29bca82d8969b08f7 (commit)

- Log -----------------------------------------------------------------
commit d2af088888308626e15e5af29bca82d8969b08f7
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 16 00:24:14 2018 +0800

    Remove the unnecessary "use RT::Crypt::GnuPG;"
    
    It's historical code(10+ years) that was not cleaned properly.
    
    This could prevent RTIR from displaying tickets if the optional
    GnuPG::Interface is not installed.

diff --git a/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once b/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once
index 5f5b6397..b1a26e2e 100644
--- a/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once
+++ b/html/Callbacks/RTIR/Elements/RT__Ticket/ColumnMap/Once
@@ -46,7 +46,6 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <%INIT>
-use RT::Crypt::GnuPG;
 
 $COLUMN_MAP->{'RTIRTicketURI'} = {
     value  =>sub {

-----------------------------------------------------------------------


More information about the rt-commit mailing list