summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/EditLinks
diff options
context:
space:
mode:
authormark <mark>2011-04-22 21:30:18 +0000
committermark <mark>2011-04-22 21:30:18 +0000
commit9d354e2a0b212a3459d93f3698f26e200577f289 (patch)
treebf1c3a57dd7be1a6bafa06e2106f88f4ee878c97 /rt/share/html/Elements/EditLinks
parente85942dc40d46c006210be1894bdc2d9d1283842 (diff)
hide ticket customer links, #1165
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 />
% }