From 97109dfeb211a97333b02a07e86d673b137f2b80 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Oct 2013 22:26:20 -0700 Subject: [PATCH] fix RT per-transaction recipient squelching, RT#25260 --- rt/lib/RT/Interface/Web.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index 4e34488c0..5ca4a9f63 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -1930,6 +1930,9 @@ is true. =cut +# change from stock: if txn custom fields are set but there's no content +# or attachment, create a Touch txn instead of doing nothing + sub ProcessUpdateMessage { my %args = ( -- 2.11.0