[Rt-commit] rtir branch, 4.0/correspondents-from-makeclicky, repushed
Brian Duggan
brian at bestpractical.com
Mon Jun 4 12:50:58 EDT 2018
The branch 4.0/correspondents-from-makeclicky was deleted and repushed:
was 680acc5259e893bad487f455aaba71d1cd2ef863
now 17b81b5ab34bcb9dc54a8a33f28e7c1529913b39
1: 48d95664 < -: ------- Test for MakeClicky email links on all RTIR ticket types
2: 58241227 < -: ------- Test for 'Investigate to' links next to MakeClicky email adddresses
3: 3db63220 < -: ------- Test Correspondents field on 'Investigate to' investigation creation
-: ------- > 1: 2aa6f1f6 Test for MakeClicky email links on all RTIR ticket types
-: ------- > 2: c5ed46fe Test for 'Investigate to' links next to MakeClicky email adddresses
-: ------- > 3: 60521d12 Test Correspondents field on 'Investigate to' investigation creation
4: 680acc52 ! 4: 17b81b5a Set correspondents from "Investigate to" MakeClicky link
@@ -20,8 +20,8 @@
my $email = $args{'value'}; $email =~ s/^<|>$//g;
my $escaped_email = $escaper->($email);
-+ my $uri_escaped_email = $escaped_email;
-+ RT::Interface::Web::EscapeURI(\$uri_escaped_email);
++ my $uri_escaped_email = $escaped_email;
++ RT::Interface::Web::EscapeURI(\$uri_escaped_email);
my $result = qq{<a class="button button-small" href="}.
RT::IR->HREFTo(qq{Tools/Lookup.html?$args{'lookup_params'}type=email&q=$escaped_email}). qq{">}
More information about the rt-commit
mailing list