diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 22:26:21 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-09 22:26:21 -0700 |
| commit | 6787fbfb87bcfd7ddde8c0e1ba125cf7fdaee93f (patch) | |
| tree | 6d8e3a839637ec40185414d11aee7bd6ab7d573f | |
| parent | a018b1a8d89157705bcb929425c03665d6842597 (diff) | |
fix RT per-transaction recipient squelching, RT#25260
| -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 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 = ( |
