X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FEditLinks;h=28cc940c62ede88bf76990a0345e32d33f5afede;hp=469b84a9cdd9ce816150433b435de66b89de36b6;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/share/html/Elements/EditLinks b/rt/share/html/Elements/EditLinks index 469b84a9c..28cc940c6 100755 --- a/rt/share/html/Elements/EditLinks +++ b/rt/share/html/Elements/EditLinks @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -73,6 +73,7 @@ <& ShowRelationLabel, id => $id, Label => loc('Parents'), Relation => 'Parents' &>: % while (my $link = $Object->MemberOf->Next) { +% next if $link->Target and $link->Target =~ m(^freeside://); <& ShowLink, URI => $link->TargetURI &>
% } @@ -118,6 +119,7 @@

<&|/l&>New Links

% if (ref($Object) eq 'RT::Ticket') { <&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces. +
<&|/l&>You may enter links to Articles as "a:###", where ### represents the number of the Article. % $m->callback( CallbackName => 'ExtraLinkInstructions' );

% } elsif (ref($Object) eq 'RT::Queue') {