diff options
author | mark <mark> | 2011-10-24 22:50:47 +0000 |
---|---|---|
committer | mark <mark> | 2011-10-24 22:50:47 +0000 |
commit | 53c18558abf77ea27c56dc51c5ca40a80e0d35ab (patch) | |
tree | b20a64aae77f0af1b3fb9c378670fb920bce323e /rt/lib/RT/Transaction_Vendor.pm | |
parent | 729a3c80385332bd26f62024e5d955d58d1eb9e3 (diff) |
record support time even without comment text, #14837
Diffstat (limited to 'rt/lib/RT/Transaction_Vendor.pm')
-rw-r--r-- | rt/lib/RT/Transaction_Vendor.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/lib/RT/Transaction_Vendor.pm b/rt/lib/RT/Transaction_Vendor.pm index caeb3f72c..99198c2f0 100644 --- a/rt/lib/RT/Transaction_Vendor.pm +++ b/rt/lib/RT/Transaction_Vendor.pm @@ -31,5 +31,7 @@ $_BriefDescriptions{'Set'} = sub { } }; +$_BriefDescriptions{'Touch'} = sub { 'Updated' }; + 1; |