From 6787fbfb87bcfd7ddde8c0e1ba125cf7fdaee93f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Oct 2013 22:26:21 -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 3d1cd992d..cd5334735 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -1656,6 +1656,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