[freeside-commits] branch FREESIDE_2_3_BRANCH updated. a6c44406026e511d27ea492e83946071c96055a9
Ivan
ivan at 420.am
Sat Jul 14 23:19:28 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via a6c44406026e511d27ea492e83946071c96055a9 (commit)
from 262b110b9cb124f62acec0f3cbd23826d6140f4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a6c44406026e511d27ea492e83946071c96055a9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jul 14 23:19:19 2012 -0700
really fix phantom customers, really RT#13852
diff --git a/rt/lib/RT/Ticket_Overlay.pm b/rt/lib/RT/Ticket_Overlay.pm
index dede879..b210b4d 100644
--- a/rt/lib/RT/Ticket_Overlay.pm
+++ b/rt/lib/RT/Ticket_Overlay.pm
@@ -2320,13 +2320,13 @@ sub _Links {
# at least to myself
$links->Limit(
FIELD => $field, #$limit_on,
- OPERATOR => 'LIKE',
+ OPERATOR => 'MATCHES',
VALUE => 'fsck.com-rt://%/ticket/'. $self->id,
ENTRYAGGREGATOR => 'OR',
);
$links->Limit(
FIELD => $field, #$limit_on,
- OPERATOR => 'LIKE',
+ OPERATOR => 'MATCHES',
VALUE => 'fsck.com-rt://%/ticket/'. $_,
ENTRYAGGREGATOR => 'OR',
) foreach $self->Merged;
-----------------------------------------------------------------------
Summary of changes:
rt/lib/RT/Ticket_Overlay.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list