summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/EditLinks
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Elements/EditLinks')
-rwxr-xr-xrt/share/html/Elements/EditLinks1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/share/html/Elements/EditLinks b/rt/share/html/Elements/EditLinks
index 469b84a9c..d6d1ee955 100755
--- a/rt/share/html/Elements/EditLinks
+++ b/rt/share/html/Elements/EditLinks
@@ -73,6 +73,7 @@
<td class="labeltop"><& ShowRelationLabel, id => $id, Label => loc('Parents'), Relation => 'Parents' &>:</td>
<td class="value">
% while (my $link = $Object->MemberOf->Next) {
+% next if $link->Target and $link->Target =~ m(^freeside://);
<input type="checkbox" class="checkbox" name="DeleteLink--<%$link->Type%>-<%$link->Target%>" value="1" />
<& ShowLink, URI => $link->TargetURI &><br />
% }