projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647faeb
)
fix previous attempt at fixing ghost customers (from RT4 on master) which made things...
author
Ivan Kohler
<ivan@freeside.biz>
Thu, 12 Jul 2012 05:56:03 +0000
(22:56 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Thu, 12 Jul 2012 05:56:03 +0000
(22:56 -0700)
rt/lib/RT/Ticket_Overlay.pm
patch
|
blob
|
history
diff --git
a/rt/lib/RT/Ticket_Overlay.pm
b/rt/lib/RT/Ticket_Overlay.pm
index
bb7cf90
..
dede879
100644
(file)
--- a/
rt/lib/RT/Ticket_Overlay.pm
+++ b/
rt/lib/RT/Ticket_Overlay.pm
@@
-2315,16
+2315,6
@@
sub _Links {
return $links;
}
- # without this you will also get RT::User(s) instead of tickets!
- if ($field == 'Base' and $type == 'MemberOf') {
- my $rtname = RT->Config->Get('rtname');
- $links->Limit(
- FIELD => 'Base',
- OPERATOR => 'STARTSWITH',
- VALUE => "fsck.com-rt://$rtname/ticket/",
- );
- }
-
# Maybe this ticket is a merge ticket
#my $limit_on = 'Local'. $field;
# at least to myself