diff options
| author | mark <mark> | 2011-04-22 21:30:27 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-04-22 21:30:27 +0000 |
| commit | a149a3e06de92d5be5baf0029414f01d7b35ab71 (patch) | |
| tree | 832c43748e97e8bd95f1be0f09c06b95ddf7ca45 /rt/share/html/Elements | |
| parent | 65981360be33c4d4da15a0e731eba85c6a7d140e (diff) | |
hide ticket customer links, #1165
Diffstat (limited to 'rt/share/html/Elements')
| -rwxr-xr-x | rt/share/html/Elements/EditLinks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/share/html/Elements/EditLinks b/rt/share/html/Elements/EditLinks index 90acb4692..d85a069e6 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 /> % } |
