[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6787fbfb87bcfd7ddde8c0e1ba125cf7fdaee93f
Ivan
ivan at 420.am
Wed Oct 9 22:26:22 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 6787fbfb87bcfd7ddde8c0e1ba125cf7fdaee93f (commit)
from a018b1a8d89157705bcb929425c03665d6842597 (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 6787fbfb87bcfd7ddde8c0e1ba125cf7fdaee93f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Oct 9 22:26:21 2013 -0700
fix RT per-transaction recipient squelching, RT#25260
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm
index 3d1cd99..cd53347 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 = (
-----------------------------------------------------------------------
Summary of changes:
rt/lib/RT/Interface/Web.pm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list