[freeside-commits] branch FREESIDE_3_BRANCH updated. 97109dfeb211a97333b02a07e86d673b137f2b80
Ivan
ivan at 420.am
Wed Oct 9 22:26:21 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 97109dfeb211a97333b02a07e86d673b137f2b80 (commit)
from ef9198772c9d7e1d5f8af647e88d0c40c396ced2 (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 97109dfeb211a97333b02a07e86d673b137f2b80
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Oct 9 22:26:20 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