[Rt-commit] rtir branch, 4.0/remove-unnecessary-gpg-use, created. 4.0.0-64-g394a656e
? sunnavy
sunnavy at bestpractical.com
Thu Feb 15 11:37:41 EST 2018
The branch, 4.0/remove-unnecessary-gpg-use has been created
at 394a656efb9484fa91cf0c2ea286ecf6ebf53b39 (commit)
- Log -----------------------------------------------------------------
commit 394a656efb9484fa91cf0c2ea286ecf6ebf53b39
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 RT doesn't have
proper dependencies installed(e.g. GnuPG::Interface)
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