diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 22:26:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 22:26:20 -0700 |
commit | 97109dfeb211a97333b02a07e86d673b137f2b80 (patch) | |
tree | 4c8ec3c2926a5d3f28889782df54e58155961a29 /rt/lib/RT/Interface/Web.pm | |
parent | ef9198772c9d7e1d5f8af647e88d0c40c396ced2 (diff) |
fix RT per-transaction recipient squelching, RT#25260
Diffstat (limited to 'rt/lib/RT/Interface/Web.pm')
-rw-r--r-- | rt/lib/RT/Interface/Web.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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 = ( |