[freeside-commits] branch master updated. 85628d587669129e6595400a7db855c61dd570e9
Ivan
ivan at 420.am
Wed Oct 9 22:26:20 PDT 2013
The branch, master has been updated
via 85628d587669129e6595400a7db855c61dd570e9 (commit)
from 589f6cda04f1ada45e71ab7c352bdb750a332f6d (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 85628d587669129e6595400a7db855c61dd570e9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Oct 9 22:26:18 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 4e34488..5ca4a9f 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 = (
-----------------------------------------------------------------------
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